From 858427c364bee6bee224c8adebf8c7c37213423b Mon Sep 17 00:00:00 2001
From: Rouji <a@r0.at>
Date: Sat, 23 Mar 2019 18:17:14 +0100
Subject: [PATCH] get rid of .htaccess

---
 .htaccess       | 10 ----------
 files/.htaccess | 10 ----------
 2 files changed, 20 deletions(-)
 delete mode 100644 .htaccess
 delete mode 100644 files/.htaccess

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