Addon Domain Help

Status
Not open for further replies.

azilla

New Member
Messages
35
Reaction score
0
Points
0
Hi.. I wanted to add an addon domain to my account. I already have a parked domain which is (a-zilla.com) but i bought another one (glamour-designs.info) and i want it to be a different website.. Is dis possible ? or i have to get like a new hosting account?

thanx in advance..
 

1337scape

New Member
Messages
78
Reaction score
0
Points
0
No, this is possible, you just have to make a new folder in your FTP with a new index.html.
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
It's because you have this in the .htaccess file in your public_html folder
Code:
RewriteCond %{HTTP_HOST} ^glamour-designs.info$ [OR]
RewriteCond %{HTTP_HOST} ^www.glamour-designs.info$
RewriteRule ^(.*)$ http://azilla.x10hosting.com/glamour/ [R=301,L]

Remove that and it should work fine.
 
Status
Not open for further replies.
Top