summarylogtreecommitdiffstats
path: root/_htaccess
diff options
context:
space:
mode:
Diffstat (limited to '_htaccess')
-rw-r--r--_htaccess5
1 files changed, 5 insertions, 0 deletions
diff --git a/_htaccess b/_htaccess
new file mode 100644
index 000000000000..5ef7fd3dc0db
--- /dev/null
+++ b/_htaccess
@@ -0,0 +1,5 @@
+Options +FollowSymLinks
+RewriteEngine On
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^(.*) /index.php/$1