Forum Moderators: phranque
in my access.dat file I have
<Directory / >
AuthType Basic
AuthName "Restricted SWG Site"
AuthUserFile "C:/Program Files/Apache Group/Apache2/passfile.txt"
Require valid-user
</Directory>
the passfile.txt was created using the htpasswd utility in the bin directory.
I've also configured apache to AllowOverride AuthConfig
on both the <Directory /> and <Directory "server web pages path">
and I'm getting Internal Server error(500).
Any help would be appreciated :)