My domain help?

Status
Not open for further replies.

discussh

New Member
Messages
29
Reaction score
3
Points
3
My domain redirects to discusshq.cf but isn't showing my forum? Please help what did i do wrong here?
My main domain was discusshq.x10host.com

Thanks!
 

discussh

New Member
Messages
29
Reaction score
3
Points
3
Hi,

I done it as Addon Domain.. I need it to redirect from discusshq.x10host.com to discusshq.cf
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

Your new addon domain is pointing to /public_html/discusshq.cf, which is a new, empty directory. You could either move your website's files to this new directory, or you could add your domain as a "parked" domain instead. A parked domain would display exactly the same website as your .x10host.com domain name. :)

Thank you,
 

discussh

New Member
Messages
29
Reaction score
3
Points
3
Hi,

I removed add on then parked the domain but instead discusshq.cf it takes me to x10host... And now my forum is bugged and glitchy the theme? :/
 

discussh

New Member
Messages
29
Reaction score
3
Points
3
Its fixed but how do i make it re-direct like from x10host.com to discusshq.cf ?
 

AngusThermopyle

Active Member
Messages
319
Reaction score
52
Points
28
Try adding to your .htaccess file:

Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^discusshq.x10host.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.discusshq.x10host.com [NC]
RewriteRule ^(.*)$ http://discusshq.cf/$1 [L,R=301,NC]
 

discussh

New Member
Messages
29
Reaction score
3
Points
3
I done that...
It says the page loads then says
Domain document root not found.
 
Status
Not open for further replies.
Top