root / trunk / contrib / .htaccess
| Revision 1250, 295 bytes (checked in by gogo, 2 years ago) |
|---|
| 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 browser.
