WordPress上奇怪的重定向问题,从带挂锁的SSL到不带挂锁的SSL

时间:2015-12-13 作者:Mark C

第一次在这里发帖,希望我在正确的地方得到了正确的问题。

我最近移动了服务器,然后决定添加ssl证书。自从搬家以来,交通量急剧下降。

看看这个网站,当你点击一个网站时,它似乎在做某种重定向。

在iPhone上,这一点最为明显http://essentialmac.co.uk 你会看到挂锁,然后它看起来像是重定向,你会看到一个https页面,但url区域没有挂锁。

这是我的。htaccess

# BEGIN W3TC Browser Cache
<IfModule mod_deflate.c>
<IfModule mod_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
<IfModule mod_mime.c>
# DEFLATE by extension
AddOutputFilter DEFLATE js css htm html xml
</IfModule>
</IfModule>
# END W3TC Browser Cache
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
任何人都可以,请帮忙。谢谢

1 个回复
SO网友:Ethan O\'Sullivan

鉴于这是一个过时的问题,我看到SSL(https://) 目前正在OP提到的网站上运行,我觉得这个问题仍然需要向其他任何有类似问题的人关闭:

去下载Interconnect IT\'s Database Search & Replace Script herereplace (screenshot)http://essentialmac.co.uk/replace) 和you will see the search/replace toolsearch for… 字段和中的新URLreplace with… 字段您可以单击“操作”下的“干运行”按钮,查看在执行脚本之前将替换的内容。完成后,请确保删除/replace/ 文件夹

相关推荐

WP_REDIRECT导致无限循环

Goal: 我修改了permalink,以显示特定类别的类别名称:grill rezepte。默认情况下,永久链接为:https://website.com/post-title 现在只有烧烤餐厅:https://website.com/grill-rezepte/post-title因此,我想在所有grill Recipes上设置301重定向,以便它们移动到新的URL。我有下面的代码(见下文),它会导致一个无限循环。Code:add_action(\'template_redirect\', \'pos