mm Posted October 22, 2008 Share Posted October 22, 2008 Hi, I am redirecting /index.php to the root using : RewriteCond %{THE_REQUEST} ^.*/index\.php RewriteRule ^(.*)index\.php$ /$1 [R=301] The problem is that all the other pages are missing "index.php" in the url. How can I redirect ONLY /index.php and keep all the other subpages with the full url ( ex: www.domain.com/index.php?page=blabla...) Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.