I have 3 domains pointing on the same forum. I want all of the 3 domain's will use www version. Thanks !
Do you want to redirect three different domains to the forum OR just redirect website without www to website with www ?
I want the 3 domains be redirected to www url. http://www.phcorner.net/ http://www.phcorner.me/ http://www.phcorner.info/ Right now, only .net redirect.
Another problem , arise. When I'm using this: Options +FollowSymLinks RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} !^www\.phcorner\.net$ RewriteRule ^(.*)$ http://www.phcorner.net/$1 [R=301,L] All www version redirect to .net