我想要http://www.mywebsite.com/cd2012/legal而不是http://www.mywebsite.com/cd2012/index.php?legal=1
我试过了
Options +FollowSymLinks
RewriteEngine on
RewriteRule guarantees/(.*) cd2012/index\.php/legal=$1 [R=301,L]
RewriteRule guarantees cd2012/index\.php/legal=$1 [R=301,L]
RewriteRule ^guarantees/$ cd2012/index\.php/legal=$1 [R=301,L]
他们都没有工作。