if i have a domain http://www.domain1.com and http://www.domain2.com on same folder, how can i get the the www.(domain.com) go to domain.com?
hob sombardy can help me 🙂
my ownd idé is
RewriteCond %{HTTP_HOST} www.%{HTTP_HOST}
RewriteRule (.*) http://%{HTTP_HOST}/$1 [R=301,L]
but i don’t know about it will work.
Try this: