I own pizzagang.com and i used it with a blogger blog for a month or so. Now I plan to set up a site on the domain but i found out that when I try to upload access pizza()gang.com and www.pizza()gang.com, both point to different pages. Could some one help me resolve this ?? Thanks in advance.
looks like you're using php search 'canonical domain issue' with .htaccess Code will look something like this RewriteEngine On RewriteCond %{HTTP_HOST} ^pizza()gang\.com$ [NC] RewriteRule ^(.*)$ http://www.pizza()gang.com/$1 [R=301,L] Code (markup):