Wrap in IfModule.

This commit is contained in:
Taylor Otwell 2013-10-30 10:14:09 -05:00
parent a373ac8fed
commit b00d8c5a72
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
<IfModule mod_rewrite.c>
Options -MultiViews
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
# Redirect Trailing Slashes...