是否可以重写网址,例如:
http://www.domain.com/?language=en
http://www.domain.com/contact?language=en
至:
http://www.domain.com/en/
http://www.domain.com/en/contact
到目前为止我所拥有的:
RewriteEngine on
RewriteRule ^([^/]+)/([^/]+)/?$ index.php?language=$1 [QSA,L]
http://www.domain.com/en/ <- Gives a server not found error
http://www.domain.com/en/contact <- Goes to the main root (/index.php) and give the en variable