我会让这个简短而甜蜜:
我想输入这个:
http://pachonk.com/alex/admin/user/
得到这个:
http://pachonk.com/alex/admin/index.php?page=users
我正在尝试使用:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /alex
RewriteRule ^admin/([a-zA-Z0-9]+)/?$ admin/index.php?page=$1
使用其他变体,但这不起作用。怎么了?