diff --git a/files/.htaccess b/files/.htaccess new file mode 100644 index 0000000..7714d5f --- /dev/null +++ b/files/.htaccess @@ -0,0 +1,10 @@ +php_flag engine off +AddType text/plain .php +AddType text/plain .php5 +AddType text/plain .html +AddType text/plain .htm +RemoveHandler .php +RemoveHandler .php5 +RemoveHandler .html +RemoveHandler .htm +