root / trunk / contrib / .htaccess

Revision 1250, 295 bytes (checked in by gogo, 2 years ago)

ticket:1515 Security patch to prevent rogue access to the compressors in contrib.

Line 
1<IfModule mod_php.c>
2 php_flag engine off
3</IfModule>
4AddType text/html .html .htm .shtml .php .php3 .php4 .php5 .php6 .php7 .php8 .phtml .phtm .pl .py .cgi
5RemoveHandler .php
6RemoveHandler .php8
7RemoveHandler .php7
8RemoveHandler .php6
9RemoveHandler .php5
10RemoveHandler .php4
11RemoveHandler .php3
Note: See TracBrowser for help on using the browser.