Quote:
Originally Posted by kh99
And that public_html folder is where the vbulletin files are? I'm stumped too.
Do you have an .htaccess file?
|
Currently there is one on there. But it shouldn't make a difference because it's only restricting IPs from viewing the site.
Code:
AuthName "Admin's only"
AuthType Basic
<Limit GET POST>
order deny,allow
deny from all
allow from My IP
</limit>
Obviously my IP is replaced with my actual IP xD
I'm hopping in the bath. I shall be back in about 30 mins though. I'm just as stumped as you.