Thanks to visit codestin.com Credit goes to github.com
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.
2 parents e7153ce + 80d96b1 commit ccc0baeCopy full SHA for ccc0bae
web/.htaccess
@@ -5,6 +5,12 @@
5
# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl).
6
DirectoryIndex app.php
7
8
+# Disabling MultiViews prevents unwanted negotiation, e.g. "/app" should not resolve
9
+# to the front controller "/app.php" but be rewritten to "/app.php/app".
10
+<IfModule mod_negotiation.c>
11
+ Options -MultiViews
12
+</IfModule>
13
+
14
<IfModule mod_rewrite.c>
15
RewriteEngine On
16
0 commit comments