02-15-2009, 10:48 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Feb 2009
Posts: 73
Thanks: 30
|
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.
|
|
|
|