summaryrefslogtreecommitdiff
path: root/src/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'src/.htaccess')
-rw-r--r--src/.htaccess10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/.htaccess b/src/.htaccess
new file mode 100644
index 0000000..d8f7c89
--- /dev/null
+++ b/src/.htaccess
@@ -0,0 +1,10 @@
+Order allow,deny
+Allow from all
+
+RewriteEngine on
+
+RewriteBase /
+
+RewriteCond %{SCRIPT_FILENAME} !-f
+RewriteCond %{SCRIPT_FILENAME} !-d
+RewriteRule (.*) index.php [QSA,L]