Browse Source

Force Apache's MultiViews feature to be disabled

Thanks @sonst-was for reporting this. Resolves #329
Daniel Rudolf 9 năm trước cách đây
mục cha
commit
b77c9da29b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .htaccess

+ 1 - 1
.htaccess

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