aboutsummaryrefslogtreecommitdiff
path: root/h-source/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/.htaccess')
-rwxr-xr-xh-source/.htaccess5
1 files changed, 0 insertions, 5 deletions
diff --git a/h-source/.htaccess b/h-source/.htaccess
deleted file mode 100755
index 95ab62f..0000000
--- a/h-source/.htaccess
+++ /dev/null
@@ -1,5 +0,0 @@
-RewriteEngine On
-
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]