Browse Source

Wrap in IfModule.

Taylor Otwell 11 years ago
parent
commit
b00d8c5a72
1 changed files with 4 additions and 1 deletions
  1. 4 1
      public/.htaccess

+ 4 - 1
public/.htaccess

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