Ayrıca config.php dosyasında



Bu koddan sonra şağıdaki kodu ekleyin.

define('WP_CACHE', true);
if(isset($_SERVER['HTTP_SSL']))
{
$_SERVER['SERVER_PORT']=443;
$_SERVER['HTTPS']='on';
}