Thanks ravenpl - I had a small error in that code..... the code I am trying to get working is:
Redirect 301 /index.php?option=com_cont
RewriteCond %{HTTP_HOST} ^mydomain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.mydomain.com$
RewriteRule ^index\.php$ "http\:\/\/mydomain\.com\/
I'm sure I've read somwhere there is a problem with the php? (maybe just the questionmark) so I tried:
RewriteRule ^index\.php\?$ " etc etc - but didn't help
Main Topics
Browse All Topics





by: ravenplPosted on 2009-07-04 at 08:03:40ID: 24777072
Well, this code works. 6
Yet it fires only for http://mywebsite.com/12345
Also, You don't need the "" enclosure, nor \ escaping.