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/ImageManager/demo_images/.htaccess
Garvin Hicking 5065ac41d4
2010-05-10 05:59:37 +00:00

15 lines
382 B
ApacheConf

<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>