mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Merge pull request #531 from torrentpier/htaccess-change-to-new-required-all-denies
Replaced deny from all with Require all denied
This commit is contained in:
commit
5656116744
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ RedirectMatch 404 /\\.git(/|$)
|
|||
|
||||
## deny access to system files
|
||||
<FilesMatch "\.(.*sql|tpl|db|inc|log|md|env)|(config|common).php$">
|
||||
deny from all
|
||||
Require all denied
|
||||
</FilesMatch>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue