This commit is contained in:
14
htmlarea/plugins/ImageManager/demo_images/.htaccess
Normal file
14
htmlarea/plugins/ImageManager/demo_images/.htaccess
Normal file
@ -0,0 +1,14 @@
|
||||
<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>
|
Reference in New Issue
Block a user