[help me] Host gator User

Get on hostgator's live chat. They'll tell you everything you need to know. There's link inside cpanel. You can also call them, 24hrs.
 
i try to contact them but they said to me you need to hire programmer for this.
 
Last edited:
This should not really be a big issue, what is the chance that people figure out the different ways of accessing it and what's the worst thing that could happen? Their help should help you, just try again! I'd help out but I use 1&1 not hostgator, sorry :(
 
you need to redirect i think...

add in .htaccess

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^primarydomain$ [NC]
RewriteRule ^(.*)$ primarydomain/$1 [L,R=301]
 
Dude,
www.primaryDomain.com/addonDomain.com
loads for me too and I hadn't noticed that until now.
and www.addonDomain.primaryDomain.com doesn't

Chill man, it's normal
You addon domain is in the root public_html so that's why that loads.
And it doesn't matter. addondomain.com works right.
If you really want to fix that you should contact support and ask them how.
But I think that's just how addon domains roll ;)
 
host gator give me this answer "If you are using wordpress, then we should not make this kind of change to the .htaccess"
is this right?
 
Back
Top