View Single Post
Old 02-15-2009, 10:48 PM   #1 (permalink)
hello-world
The Contributor
 
hello-world's Avatar
 
Join Date: Feb 2009
Posts: 73
Thanks: 30
hello-world is on a distinguished road
Default Absolute Beginners htaccess

I have the following setting and it is not working.I have studied many tutorials on .htaccess,but they didn't help at all.

First about the locations of directories.
////////// DIRECTORIES///////////
D:wamp/www/sitename

sitename -> .htaccess
sitename ->..htpasswd


The files
////////// FILE ///////////
---------------
.htaccess

AuthUserFile .htpasswd
AuthGroupFile /dev/null
AuthName EnterPassword
AuthType Basic
require user wsabstract

.htpasswd
htuser:htpass

when I open the index.php.As I enter I get the error number 500.
or even when i cancel it.

Thanks in ADVANCE.
hello-world is offline  
Reply With Quote