[htaccess]does it work??
Posted by: universalbitmapper (---.fbx.proxad.net)
Date: April 07, 2006 11:25AM

Hi,

I applied all the instruction in my php/apache manual, but I can't get htaccess authentification to work
- In httpd.conf, set "AllowOverride" to" Authconfig"
- Create under DOS in the directory c:\wamp\Apache2\conf an ".htaccess" file:
******************************************************************
AuthType Basic
AuthUSerFile c:\wamp\www\pamwd
AuthName "Restricted"
<LIMIT GET POST>
require valid-user
</LIMIT>
******************************************************************
-Restarted Wamp 5
-Ran this command: htpasswd -c userauth john

But when I run a source .php, I don't get the "Protected directory" screen

Where did I go wrong?
Many thanks

Options: ReplyQuote


Sorry, only registered users may post in this forum.