2012-02-07 38 views

回答

2

如果你只是想直接到另一個網址,你可以使用一個RewriteRule

RewriteEngine On 
RewriteRule ^example http://www.newurl.com [L,R=301] 
相關問題