hi...
the .htpasswd still doesn't work....
httpd.conf:
<Directory /home/*>
# AllowOverride FileInfo AuthConfig Limit
AllowOverride All
Options MultiViews SymLinksIfOwnerMatch
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
#<Directory "/">
# Options FollowSymLinks
# AllowOverride None
#</Directory>
any setting to do?
thanks for help...
the .htpasswd still doesn't work....
httpd.conf:
<Directory /home/*>
# AllowOverride FileInfo AuthConfig Limit
AllowOverride All
Options MultiViews SymLinksIfOwnerMatch
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
#<Directory "/">
# Options FollowSymLinks
# AllowOverride None
#</Directory>
any setting to do?
thanks for help...