I'm running apache under windows.
Trying to set up .htaccess
Read like 92837423894 web pages and somethings still wrong.
Here's what i have so far....
Want to protect my directory /admin (yes I know htaccess isnt very secure)
-----------my .htaccess file (in admin folder)-----------
AuthName "restricted"
AuthType Basic
AuthUserFile /www/htdocs/admin/.htpasswd
<LIMIT GET POST>
require valid-user
</LIMIT>
-------------my .htpasswd file (in admin folder)-------------
chris:$apr1$17/.....$FsoBZpXM08iUEEyFrTRxh1
I dont think i have the authuserfile correct. but i cant figure it out. if you go to
http://kireol.redirectme.net/admin you can see that it does find the .htaccess file. But I dont think .htaccess is pointing to the correct spot for the .htpasswd file. I've tried using things like "c:/program files/apache group/apache/htdocs/admin/.htpasswd" but that doesnt work either.
any ideas? I've set this up in linux like a hundred times. first time in windows though