Skip to content

Commit 490f1a1

Browse files
committed
fix for rare issue when using an controller named "index" and having an index.php in root
1 parent 49f1f52 commit 490f1a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# Activates URL rewriting (like myproject.com/controller/action/1/2/3)
26
RewriteEngine On
37

0 commit comments

Comments
 (0)