Browse Source

:beers: Dotfiles to 404.

Andrea Franceschini 6 năm trước cách đây
mục cha
commit
aacb20c938
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .htaccess

+ 1 - 1
.htaccess

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