.htaccess hjælp virker ikke
Jeg kan ikke får min .htaccess til at virke. På win2000 prof med Apache 1.3.29Jeg har sat AllowOverride til all i min httpd.conf:
__________________________________________________
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride All
__________________________________________________
min htpasswd ligger i C:\web (mappen som jeg har alle sidder på serveren liggende i...)
htpasswd er genereret af htpasswd.exe.
min .htaccess ser sådan ud:
__________________________________________________
AuthName "Lubker.dk"
AuthType Basic
AuthUserFile "C:\web"
require valid-user
__________________________________________________
Hjælp...
