1
0
mirror of https://github.com/Mibew/mibew.git synced 2025-02-28 09:04:33 +03:00

Reduce count of .htaccess files

Fixes 
This commit is contained in:
Dmitriy Simushev 2014-07-11 13:33:59 +00:00
parent 7ce675da86
commit e3e25f78d7
5 changed files with 2 additions and 12 deletions
src/mibew
.htaccess
libs/classes
styles
dialogs
invitations
pages

View File

@ -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>

View File

@ -1 +0,0 @@
Deny from all

View File

@ -1,3 +0,0 @@
<FilesMatch "\.(ini|handlebars)$">
Deny from all
</FilesMatch>

View File

@ -1,3 +0,0 @@
<FilesMatch "\.ini$">
Deny from all
</FilesMatch>

View File

@ -1,3 +0,0 @@
<FilesMatch "\.(ini|handlebars)$">
Deny from all
</FilesMatch>