aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess5
1 files changed, 0 insertions, 5 deletions
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]