我为SSL
安装了wordpress
,但https
只显示admin panel
,我想在我已添加.htaccess
个文件的所有前端页面上显示它根目录但没有完成。
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
答案 0 :(得分:0)
定义了这个
<?php define('FORCE_SSL_ADMIN', true); ?>