1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/htmlarea/plugins/ExtendedFileManager/demo_images/.htaccess
Garvin Hicking 338e7b866f bump
2010-05-10 10:31:28 +00:00

15 lines
384 B
ApacheConf
Executable File

<IfModule mod_php.c>
php_flag engine off
AddType text/html .html .htm .shtml .php .php3 .phtml .phtm .pl .py .cgi
</IfModule>
<IfModule mod_php5.c>
php_flag engine off
AddType text/html .html .htm .shtml .php .php3 .phtml .phtm .pl .py .cgi
</IfModule>
<IfModule mod_php4.c>
php_flag engine off
AddType text/html .html .htm .shtml .php .php3 .phtml .phtm .pl .py .cgi
</IfModule>