Skip to content
Snippets Groups Projects
Commit a28bf8f3 authored by natrak's avatar natrak
Browse files

- Fixed regexp bug in <Files>. This used to work on older versions of

  Apache, but seems that the latest versions are not as forgiving.
parent 71c11624
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
# Protect files and directories from prying eyes: # Protect files and directories from prying eyes:
<Files ~ "(class|conf|CVS|database|Entries|inc|modules|*\.module|Repository|Root|script|sh|sql|theme)"> <Files ~ "(class|conf|CVS|database|Entries|inc|modules|\.module|Repository|Root|script|sh|sql|theme)">
order deny,allow order deny,allow
deny from all deny from all
</Files> </Files>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment