Wilhelm Kutting wrote:
> hi,
> i made an htaccess file with htpasswd file but it didn't seem to worl on
> that directory.
> so i have to make an entry in httpd.conf for using htaccess?
Confirm if you have this lines uncomment in httpd.conf:
AccessFileName .htaccess
<Directory "/var/www/htdocs">
....
AllowOverride AuthConfig
....
</Directory>
With this lines certainly it works.
Regards,
Nuno Paquete<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: htaccess doesn't work