2009-06-03 87 views

回答

0
RewriteEngine on 
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC] 
RewriteRule (.*) //%1/$1 [L,R=301] 
+0

我用这只是尝试,该网站进入重定向循环返回此URL:www.example.com/example的.com/example.com/example.com/example.com/example.com/example.com/example.com/example.com/index.html中 – BaronGrivet 2012-04-12 22:12:19

相关问题