PDA

View Full Version : .htaccess help please


videonut
11-28-2008, 08:32 PM
Hi

I have this in my .htaccess

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

<IfModule mod_gzip.c>
mod_gzip_on No

</IfModule>

how do I change it for Nginx or do I need it ?

Thanks

APT-Joe
11-28-2008, 11:04 PM
You have nothing to worry about. Those will be irrelevant in Nginx.

Thanks!