Browse Source

Force Apache's MultiViews feature to be disabled

Thanks @sonst-was for reporting this. Resolves #329
Daniel Rudolf 9 years ago
parent
commit
b77c9da29b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .htaccess

+ 1 - 1
.htaccess

@@ -13,4 +13,4 @@
 </IfModule>
 
 # Prevent file browsing
-Options -Indexes
+Options -Indexes -MultiViews