标签: php .htaccess seo
我的链接是“ site.com/index.php?w=Mbv ”
我想看:“ site.com/Mbv ”
我尝试了* mod_rewrite RewriteRule Generator *,更多的是因为它无法正常工作。
抱歉我的英语不好。
谢谢!
答案 0 :(得分:1)
在.htaccess写这个
RewriteEngine On RewriteRule ^([a-z0-9_-])$ /index.php?w=$1 [L,NC]