2013-07-19 47 views

回答

1

嘗試添加斜線^後:

RewriteCond %{HTTP_HOST} (.*)example\.com$ 
RewriteCond %{REQUEST_URI} !^/(pl|no|en) [NC] 
RewriteRule (.*) http://www.example.com/en/ [R=301,L] 

的REQUEST_URI通常與/

+0

似乎更好的開始,但example.com/test仍將重寫爲一些奇怪的example.com/en/index.php而不是example.com/en/test –