Domain problems

Status
Not open for further replies.

varun.heman83

New Member
Messages
3
Reaction score
0
Points
0
My domain name seems to direct itself to the x10 homepage rather than my homepage! Please help, I've tried everything!
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
can you please post the following information?

  1. When did your site stop working?
  2. What were you doing with the site before it stopped working?
  3. Can you provide a link to your site?
  4. In your cPanel file manager, do you have a public_html and www directory under your home directory?
  5. If you have a public_html directory, check the .htaccess file inside of it (you may need to enable the "show hidden files" option if it isn't already). If there is anything inside of this file, please post it as part of your reply.
  6. Is this your main domain or an addon/parked domain that is redirecting?

By providing this information, you will greatly assist the community representatives in helping you.
 

varun.heman83

New Member
Messages
3
Reaction score
0
Points
0
In order:

1. I'm a new member and my site stopped working as soon as I moved from the x10 subdomain to one of my top-level domains. Which was about a day ago.

2. I had just managed to get wordpress up and running and then proceeded to change my domain. I also had my nameservers changed to NS1.X10HOSTING.COM and NS2.X10HOSTING.COM

3. www.varunheman.com

4. Yes, I do!

5. This is what's in my .htaccess
Code:
RewriteEngine on
# -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 varunh.x10.mx
AuthUserFile /home/varunh/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/varunh/public_html/_vti_pvt/service.grp
RewriteCond %{HTTP_REFERER} !^http://varunheman.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://varunheman.com$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.varunheman.com/.*$      [NC]
RewriteCond %{HTTP_REFERER} !^http://www.varunheman.com$      [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]


6. This is my main domain, I don't have add-ons or parked domains at the moment.


Thank you so much. :smile:
 
Status
Not open for further replies.
Top