Apache 2.2.19重写路径重复

时间:2016-06-17 20:33:43

标签: apache mod-rewrite windows-server-2003

当将URL从HTTP重写为HTTPS时,Apache会多次重复匹配的路径 - 如何停止?

例如:URL example.com/test/

输出网址 example.com/testtesttesttesttesttesttest/

重写使用的规则

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*)$ https://%{SERVER_NAME}/$1 [R,L]

Apache 2.2.19版 服务器Windows 2003r2

0 个答案:

没有答案