diff --git a/.htaccess b/.htaccess deleted file mode 100644 index f14dab6..0000000 --- a/.htaccess +++ /dev/null @@ -1,10 +0,0 @@ - - RewriteEngine On - RewriteBase / - RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{ENV:REDIRECT_STATUS} ^$ - RewriteRule ^(.*)$ files/$1 - - -AddCharset UTF-8 .txt diff --git a/files/.htaccess b/files/.htaccess deleted file mode 100644 index 7714d5f..0000000 --- a/files/.htaccess +++ /dev/null @@ -1,10 +0,0 @@ -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 -