From 5065ac41d4949c3cb76bbb0eefb9ff58cff67b6d Mon Sep 17 00:00:00 2001 From: Garvin Hicking <mail@garv.in> Date: Mon, 10 May 2010 05:59:37 +0000 Subject: [PATCH] --- .../plugins/ImageManager/demo_images/.htaccess | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 htmlarea/plugins/ImageManager/demo_images/.htaccess diff --git a/htmlarea/plugins/ImageManager/demo_images/.htaccess b/htmlarea/plugins/ImageManager/demo_images/.htaccess new file mode 100644 index 00000000..dd111014 --- /dev/null +++ b/htmlarea/plugins/ImageManager/demo_images/.htaccess @@ -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>