【发布时间】:2015-05-27 03:57:46
【问题描述】:
我的 magento 站点 https://pimaapparel.com/ 正在使用 cloudflare 灵活的 ssl
之后
SetEnvIf X-Forwarded-Proto https HTTPS=on
站点停止重定向循环
之后
RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"'
RewriteRule ^(.*)$ https://pimaapparel.com/$1 [L]
链接重定向正确
但现在 robots.txt 仍处于重定向循环中,其他一切正常。请帮忙
【问题讨论】:
-
任何其他文本文件都可以,只有 robots.txt
标签: .htaccess magento redirect ssl cloudflare