We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a373ac8 commit b00d8c5Copy full SHA for b00d8c5
public/.htaccess
@@ -1,5 +1,8 @@
1
<IfModule mod_rewrite.c>
2
- Options -MultiViews
+ <IfModule mod_negotiation.c>
3
+ Options -MultiViews
4
+ </IfModule>
5
+
6
RewriteEngine On
7
8
# Redirect Trailing Slashes...
0 commit comments