On Thu, Dec 25, 2008 at 11:49 PM, Aman Kumar Jain <[email protected]> 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 -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [email protected] for mailing instructions.
