<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Wordpress wp-config]]></title><description><![CDATA[<p dir="auto">Some reference for wp-config.php</p>
<pre><code class="language-php">$_SERVER['SERVER_PORT']	= '80';

$_SERVER['HTTPS'] = 'on';
$_SERVER['HTTP_HOST'] = 'domain.com';

define('FORCE_SSL_ADMIN', true);
define('DISALLOW_FILE_EDIT', true);

define('WP_HOME','https://domain.com');
define('WP_SITEURL','https://domain.com');

define('FS_METHOD','direct');
</code></pre>
]]></description><link>https://bb.aizu.my/topic/33/wordpress-wp-config</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 07:45:12 GMT</lastBuildDate><atom:link href="https://bb.aizu.my/topic/33.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Oct 2023 12:31:23 GMT</pubDate><ttl>60</ttl></channel></rss>