Skip to content

Commit b00d8c5

Browse files
committed
Wrap in IfModule.
1 parent a373ac8 commit b00d8c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

public/.htaccess

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<IfModule mod_rewrite.c>
2-
Options -MultiViews
2+
<IfModule mod_negotiation.c>
3+
Options -MultiViews
4+
</IfModule>
5+
36
RewriteEngine On
47

58
# Redirect Trailing Slashes...

0 commit comments

Comments
 (0)