summaryrefslogtreecommitdiffstats
path: root/htaccess.txt
diff options
context:
space:
mode:
Diffstat (limited to 'htaccess.txt')
-rw-r--r--htaccess.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/htaccess.txt b/htaccess.txt
new file mode 100644
index 000000000..60d053b77
--- /dev/null
+++ b/htaccess.txt
@@ -0,0 +1,4 @@
+RewriteEngine on
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^(.*)$ /index.php/?$1 [L]