Forum Moderators: phranque
The URL http://www.example.com/index.php?option=com_frontpage&Itemid=20 is equal to the homepage, so I want to redirect it to http://www.example.com/
I have searched the tutorials but not found how to do this. Have also tried a number of variants without success. Would be very thankful for help.
Thanks.
[edited by: jdMorgan at 12:55 pm (utc) on Aug. 17, 2006]
[edit reason]
[1][edit reason] Example.com [/edit] [/edit][/1]
RewriteCond %{QUERY_STRING} ^option=com_frontpage&Itemid=20$
RewriteRule ^index\.php$ http://www.example.com/? [R=301,L]
Jim