how to rewrite index.php?main_page=xxx in htaccess?
RewriteEngine On
RewriteRule ...
/* ------- for example ------- */
www.laji.com/xxx => www.laji.com/index.php?main_page=xxx
www.laji.com/xxx/ => www.laji.com/index.php?main_page=xxx
xxx can be [a-zA-Z\d] and “-” , can not be “xx.php”
I am not good at htaccess.some people helps ?
thank you very much!
In the htaccess file in http://www.laji.com‘s document root, add: