summaryrefslogtreecommitdiff
path: root/localwebsite/htdocs/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'localwebsite/htdocs/.htaccess')
-rw-r--r--localwebsite/htdocs/.htaccess6
1 files changed, 0 insertions, 6 deletions
diff --git a/localwebsite/htdocs/.htaccess b/localwebsite/htdocs/.htaccess
deleted file mode 100644
index c18b135..0000000
--- a/localwebsite/htdocs/.htaccess
+++ /dev/null
@@ -1,6 +0,0 @@
-RewriteEngine on
-
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteCond %{REQUEST_URI} !=/server-status
-RewriteRule ^.*$ /index.php [L,QSA]