如何在 htaccess 中重写 index.php?main_page=xxx?
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 可以是 [a-zA-Z\d] 和 "-" ,不能是 "xx.php"
我不擅长 htaccess。有人帮忙吗?
非常感谢!