From 20cd96d17d111ba213804932b8c18a86090a2486 Mon Sep 17 00:00:00 2001
From: bill-auger <mr.j.spam.me@gmail.com>
Date: Sat, 23 Oct 2021 05:56:27 -0400
Subject: configs as samples

---
 .htaccess | 5 -----
 1 file changed, 5 deletions(-)
 delete mode 100755 .htaccess

(limited to '.htaccess')

diff --git a/.htaccess b/.htaccess
deleted file mode 100755
index 95ab62f..0000000
--- a/.htaccess
+++ /dev/null
@@ -1,5 +0,0 @@
-RewriteEngine On
-
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
-- 
cgit v1.2.3