mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-28 09:04:33 +03:00
parent
7ce675da86
commit
e3e25f78d7
@ -44,7 +44,7 @@ Options +FollowSymLinks
|
||||
RewriteRule ^(.*)$ app.php [QSA,L]
|
||||
</IfModule>
|
||||
|
||||
# Deny access to .yml files
|
||||
<FilesMatch "\.yml$">
|
||||
# Deny access to internal system files
|
||||
<FilesMatch "\.(yml|po|ini|handlebars|keep)$">
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
|
@ -1 +0,0 @@
|
||||
Deny from all
|
@ -1,3 +0,0 @@
|
||||
<FilesMatch "\.(ini|handlebars)$">
|
||||
Deny from all
|
||||
</FilesMatch>
|
@ -1,3 +0,0 @@
|
||||
<FilesMatch "\.ini$">
|
||||
Deny from all
|
||||
</FilesMatch>
|
@ -1,3 +0,0 @@
|
||||
<FilesMatch "\.(ini|handlebars)$">
|
||||
Deny from all
|
||||
</FilesMatch>
|
Loading…
Reference in New Issue
Block a user