[PLUG] .htaccess problem

Sriram Narayanan sriramnrn at gmail.com
Thu Dec 25 23:57:18 IST 2008


On Thu, Dec 25, 2008 at 11:49 PM, Aman Kumar Jain <mails4aj at gmail.com> wrote:
> Hello,
> I have done the following configuration in apache2 server.
>
>        <Directory / >
>                Options Indexes FollowSymLinks MultiViews
>                Order allow,deny
>                allow from all
> *                AllowOverride None*
>        </Directory>
> Since I have done "*AllowOverride None*" the server should not process
> .htaccess files. But, this is not the case, it is processing .htaccess
> files. Is there something else that I will have to do?

Just to rule out a basic omission - have you reloaded the apache configuration ?

service apache2 reload
or
/etc/init.d/apache2 reload

Also, in case you are using VirtualHosts, could you confirm of these
settings are in the virtualhost config which you are modifying ?

-- Sriram




More information about the Plug-mail mailing list