我有以下网址:
http://www.trashtheweb.com/index.php/home/archive/?p=1
我想把它改写成http://www.trashtheweb.com/archive/?p=1
我尝试了以下方法,但这给了我 404 错误。
RewriteEngine on
RewriteRule ^index.php/home/(.*)$ $1
我有以下网址:
http://www.trashtheweb.com/index.php/home/archive/?p=1
我想把它改写成http://www.trashtheweb.com/archive/?p=1
我尝试了以下方法,但这给了我 404 错误。
RewriteEngine on
RewriteRule ^index.php/home/(.*)$ $1