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 85f096b commit d5c1e8aCopy full SHA for d5c1e8a
public/.htaccess
@@ -1,14 +1,14 @@
1
<IfModule mod_rewrite.c>
2
- <IfModule mod_negotiation.c>
3
- Options -MultiViews
+ <IfModule mod_negotiation.c>
+ Options -MultiViews
4
</IfModule>
5
6
RewriteEngine On
7
8
# Redirect Trailing Slashes...
9
- RewriteRule ^(.*)/$ /$1 [L,R=301]
+ RewriteRule ^(.*)/$ /$1 [L,R=301]
10
11
- # Handle Front Controller...
+ # Handle Front Controller...
12
RewriteCond %{REQUEST_FILENAME} !-d
13
RewriteCond %{REQUEST_FILENAME} !-f
14
RewriteRule ^ index.php [L]
0 commit comments