2016-12-16 32 views

回答

0

試試這個:

RewriteEngine on 
RewriteRule ^about/$ about.php [NC,L] 

RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\\ /about\\.php [NC] 
RewriteRule ^about.php$ /about-us/ [L,R=301] 

這應該在頂層目錄工作。