浏览代码

Force Apache's MultiViews feature to be disabled

Thanks @sonst-was for reporting this. Resolves #329
Daniel Rudolf 9 年之前
父节点
当前提交
b77c9da29b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .htaccess

+ 1 - 1
.htaccess

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