Jump to content

Recommended Posts

Posted

i have registered via your hosting as xploitedmedia.heliohost.org

 

i currently own xploitedmedia.co.uk and want that as the web address. i have currently set it as a parked domain so you type it in and it redirects to the heliohost one.

 

how can i set it so its just xploitedmedia.co.uk rather than the heliohost one?

Posted

Go to your cpanel "Parked Domains" and disable the redirection and that should take care of it since that domain is pointed to our nameservers.

 

 

Posted

I have removed the parked domain as you said via cpanel.

Regarding nameservers I am registered the account via fasthosts and have set it on their settings to your nameservers.

I don't know what settings I need to do this end?

Posted

I didn't want you to completely remove the domain, just remove the redirection, but that's ok. Just go back to "Parked Domains" at your cpanel and add xploitedmedia.co.uk as a parked domain again BUT don't add any redirection. Just click Add and that's it. After about 24 hours you should be able to see your domain without it being redirected.

 

Also look inside your root .htaccess file and tell me if you see something like this:

 

RewriteEngine on
RewriteCond %{HTTP_HOST} ^xploitedmedia.co.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www.xploitedmedia.co.uk$
RewriteRule ^/?$ "http\:\/\/xploitedmedia\.heliohost\.org" [R=301,L]

Posted

sorry i misunderstood what you meant. i have now added the parked domain and disabled the redirection as you said. i also looked in the .htaccess file and this is all that appears

 

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName xploitedmedia.heliohost.org
AuthUserFile /home/xploited/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/xploited/public_html/_vti_pvt/service.grp

Posted

Yeah what you have in your .htaccess file is fine. I just wanted to make sure the redirection got removed. Looks like your site is up and working now. :)

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...