如何从.htaccess文件中删除“?/”

时间:2013-03-12 06:25:32

标签: .htaccess

我正在使用php代码。

现在我的链接是http://www.mysite.com/index.php?/

如何将链接更改为http://www.mysite.com/

RewriteEngine on
Options +FollowSymLinks
RewriteCond %{THE_REQUEST} ^.*/index\.php
RewriteRule ^(.*)index.php$ http://www.mysite.com/$1 [R=301,L] 

我正在使用此代码,但有了这个我只能删除index.php而不是“?/”。

0 个答案:

没有答案