source:
trunk/contrib/.htaccess
@
1333
Last change on this file since 1333 was 1250, checked in by gogo, 10 years ago | |
---|---|
File size: 295 bytes |
Line | |
---|---|
1 | <IfModule mod_php.c> |
2 | php_flag engine off |
3 | </IfModule> |
4 | AddType text/html .html .htm .shtml .php .php3 .php4 .php5 .php6 .php7 .php8 .phtml .phtm .pl .py .cgi |
5 | RemoveHandler .php |
6 | RemoveHandler .php8 |
7 | RemoveHandler .php7 |
8 | RemoveHandler .php6 |
9 | RemoveHandler .php5 |
10 | RemoveHandler .php4 |
11 | RemoveHandler .php3 |
Note: See TracBrowser
for help on using the repository browser.