标签: .htaccess redirect
使用.htaccess如何重定向:
http://localhost/mvc_md/index.php/welcome/destroy to http://localhost/mvc_md/welcome/destroy
我目前正在使用它并且它无法正常工作:
RewriteEngine on RewriteCond %{HTTP_HOST} ^localhost/mvc_md/$ RewriteRule ^(.*) localhost/$1 [QSA,L,R=301]