如何修复https错误

时间:2016-04-12 10:37:17

标签: php wordpress .htaccess ssl

这是wordpress网站,我只为某些 .php 页面安装了ssl证书,然后我从服务器上删除了ssl证书。现在页面加载了https和它的划线但wordpress网站正常运行,但 .php 文件没有像下面那样加载它的错误。

在此服务器上找不到请求的网址/indiv/login.php。

Apache服务器,网址为www.mydomain.com,端口443

以下是我当前的.htaccess代码。

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /indiv/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /indiv/index.php [L]
 RewriteCond %{HTTPS} on
RewriteRule ^/?$ http://%{SERVER_NAME}/indiv/ [R=301]
RewriteRule ^indiv/?$ http://%{SERVER_NAME}/indiv/ [R=301,L]
</IfModule>

注意:我清除了浏览器缓存,但没有运气。

1 个答案:

答案 0 :(得分:0)

尝试从SelectMany

中删除此行
.htaccess