We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f1f52 commit 490f1a1Copy full SHA for 490f1a1
.htaccess
@@ -1,3 +1,7 @@
1
+# Necessary to prevent problems when using a controller named "index" and having a root index.php
2
+# more here: http://stackoverflow.com/q/20918746/1114320
3
+Options -MultiViews
4
+
5
# Activates URL rewriting (like myproject.com/controller/action/1/2/3)
6
RewriteEngine On
7
0 commit comments