2012-07-10 50 views

回答

1

我剛剛避開它,它似乎在所有情況下很好地工作:

Options +FollowSymLinks 
RewriteEngine on 
RewriteCond %{HTTP_HOST} ^(www\.)?site\.com\.ex [NC] 
RewriteRule ^(.*)$ http://site.ex/$1 [R=301,L] 
相關問題