My site redirects to x10hosting.com

Status
Not open for further replies.

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
Is there a .htaccess file in your public_html directory, could you post it's content here?
 

brettwhiteman

New Member
Messages
10
Reaction score
0
Points
0
Is there a .htaccess file in your public_html directory, could you post it's content here?

Yes there is:

Code:
# -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 pccomputerz.x10hosting.com
AuthUserFile /home/brettw10/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/brettw10/public_html/_vti_pvt/service.grp
ErrorDocument 404 http://pccomputerz.x10hosting.com/?p=error404
 

brettwhiteman

New Member
Messages
10
Reaction score
0
Points
0
Hi,

I cleared the cache on firefox, and it worked!!!

I don't know if it was firefox or not but it works now!

Thanks anyway.
 
Status
Not open for further replies.
Top