- remove unnecessary blocked dot-files rule for sh and example, because previous rule for all dot files or dot-dirs - blocked that also

This commit is contained in:
2024-07-30 22:53:04 +03:00
parent 4c90ee6429
commit 034988c117

View File

@ -48,7 +48,6 @@
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
{% endif %}
RewriteRule "(^|/)\.(?!well-known\/)" - [F]
RewriteRule "\.(sh|example)$" - [F]
apache__vhost_allow_override: 'All'