Revision 27e02aed
Added by Assos Assos over 4 years ago
drupal7/.htaccess | ||
---|---|---|
3 | 3 |
# |
4 | 4 |
|
5 | 5 |
# Protect files and directories from prying eyes. |
6 |
<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock))$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig\.save)$"> |
|
6 |
<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock)|web\.config)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig\.save)$">
|
|
7 | 7 |
<IfModule mod_authz_core.c> |
8 | 8 |
Require all denied |
9 | 9 |
</IfModule> |
Also available in: Unified diff
-a