可能重复:
mod_rewrite 用户 ID 错误
我想要这个:
example.com/profile.php?ID=用户名
重写为:
example.com/username
我试过这个,这似乎什么也没做:
RewriteEngine on
RewriteRule ^([a-z]{2,2})/([a-zA-Z0-9_-]+)$ profile.php?ID=$1 [QSA]
我究竟做错了什么?
可能重复:
mod_rewrite 用户 ID 错误
我想要这个:
example.com/profile.php?ID=用户名
重写为:
example.com/username
我试过这个,这似乎什么也没做:
RewriteEngine on
RewriteRule ^([a-z]{2,2})/([a-zA-Z0-9_-]+)$ profile.php?ID=$1 [QSA]
我究竟做错了什么?