[CentOS] htaccess is not working

2013-02-13 Thread Carmelo Ingrao
Hello, I'm new here, and after trying by myself, I'm looking for some help ... I have installed webalizer, on my CentOS 6 server. Root path for webalizer is /var/www/usage/ It's working, but after putting a .htaccess in /var/www/usage/ and the appropriate .htpasswd in /var/www/html/auth/ there

Re: [CentOS] htaccess is not working

2013-02-13 Thread Carmelo Ingrao
Le 13 févr. 2013 à 16:29, Jussi Hirvi a écrit : > Check that you have something like this in the Apache conf for that > directory: > > >AllowOverride All > > > Override there means that .htpasswd file can override the main Apache conf. > > It does not really need to be "AllowOverride Al