Hello,
Can someone remind me how you make "mysite.com", "www.mysite.com, and
http://mysite.com all point to "http://www.mysite.com"?
I just want to make all forms of the URL point to the one main URL but
can't recall where to do it or how to do it.
I do have this in the .htaccess file but I am not sure if it is it
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.usernomics\.com$
RewriteRule (.*) http://www.usernomics.com/$1 [R=301,L]
Thanks,
Bob
Submit Your Article
Forum Rules

Reply With Quote

