Saturday, October 16, 2010

How to Disable .htaccess Server Wide

Open the apache configuration file using the text editor

#vi httpd.conf

Add the following in the file

<Directory />
 AllowOverride None
</Directory>

now the htaccess disabled in the server

No comments:

Post a Comment