I want to redirect http://www.mydomain.com/subfolder/index.php to the very same url without the WWW prefix, how can I achieve this?
Thanks
|
I want to redirect http://www.mydomain.com/subfolder/index.php to the very same url without the WWW prefix, how can I achieve this? Thanks |
|||
|
of if you prefer this one:
The RewriteCond means that if the domain starts with www then it will be redirected to mydomain.com. |
|||||
|