我已经设法几乎让这个工作了,它现在只重定向主根index.php,因为我想...但是当它得到请求,如www.domain.com/index.php?hsiuwnjka它没有重定向。
是否有任何此类命令使其重定向index.php而不管附加了什么参数?
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.domain.com/$1 [R=301,L]
提前致谢。