我强制对命名索引文件的请求删除索引文件文件名,并在此处强制非 www:
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]*/)*index\.(html?|php)(\?[^\ ]*)?\ HTTP/
RewriteRule ^(([^/]*/)*)index\.(html?|php)$ http://techsupportheroes.com/$1 [R=301,L]
但我需要将所有请求重定向到http://techsupportheroes.com/cart/index.php到https://techsupportheroes.com/cart/index.php
这不是我的专业领域。如果有人有时间,正在寻找一个优雅的解决方案。
谢谢,埃里克