浏览代码

:beers: Block access to dotfiles, except for .well-known/

Andrea Franceschini 6 年之前
父节点
当前提交
a7c048b93f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .htaccess

+ 1 - 0
.htaccess

@@ -1,4 +1,5 @@
 RewriteEngine on
+RewriteRule "(^|/)\.(?!well-known\/)" - [F]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_URI} !=/favicon.ico