2011-09-19 93 views

回答

4
<IfModule mod_rewrite.c> 
    RewriteCond %{HTTP_HOST} ^example\.com/contactus/(.+)$ [NC] 
    RewriteRule^http://example\.com/contact-us/%1 [R=301,L] 
</IfModule>