Forum Moderators: phranque
The problem I have is that index.php sometimes has GET variables that cause the page to show other content. Basically I only want to redirect when index.php does not have any GET variables attached.
I tried this, but it gives me a redirect error:
RewriteRule ^index.php$ [mysite.com...]
Anybody know how to do this?
Thanks!
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ [mystie.com...] [R=301,L]
[edited by: jdMorgan at 10:25 pm (utc) on April 16, 2006]
[edit reason] No URLs, please. See TOS. [/edit]