websitedude
New Member
- Messages
- 218
- Reaction score
- 0
- Points
- 0
Ok i want to make a part of my site (www.igames.org.uk) only available to people with a password sorta like a vip zone. I have create both the .htaccess file and the .htpasswd file and yet when i go on the file to password protect it doesn't work. Can someone take me trhough what i need on the .htaccess file.
AuthUserFile /home/oliv272/public_html/.htpasswd
AuthType Basic
AuthName "My Secret Folder"
<Files /home/oliv272/public_html/XXXXX>
Require valid-user
</Files
Why isnt it working-by the way for the sake of keeping the vip bit a vip bit i have left out the ending of the file hence XXXX
AuthUserFile /home/oliv272/public_html/.htpasswd
AuthType Basic
AuthName "My Secret Folder"
<Files /home/oliv272/public_html/XXXXX>
Require valid-user
</Files
Why isnt it working-by the way for the sake of keeping the vip bit a vip bit i have left out the ending of the file hence XXXX