diff --git a/src/mibew/.htaccess b/src/mibew/.htaccess index b773f43b..d793116d 100644 --- a/src/mibew/.htaccess +++ b/src/mibew/.htaccess @@ -44,7 +44,7 @@ Options +FollowSymLinks RewriteRule ^(.*)$ app.php [QSA,L] -# Deny access to .yml files - +# Deny access to internal system files + Deny from all diff --git a/src/mibew/libs/classes/.htaccess b/src/mibew/libs/classes/.htaccess deleted file mode 100644 index 14249c50..00000000 --- a/src/mibew/libs/classes/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all \ No newline at end of file diff --git a/src/mibew/styles/dialogs/.htaccess b/src/mibew/styles/dialogs/.htaccess deleted file mode 100644 index 1fe358ef..00000000 --- a/src/mibew/styles/dialogs/.htaccess +++ /dev/null @@ -1,3 +0,0 @@ - - Deny from all - \ No newline at end of file diff --git a/src/mibew/styles/invitations/.htaccess b/src/mibew/styles/invitations/.htaccess deleted file mode 100644 index ab74cbdc..00000000 --- a/src/mibew/styles/invitations/.htaccess +++ /dev/null @@ -1,3 +0,0 @@ - - Deny from all - \ No newline at end of file diff --git a/src/mibew/styles/pages/.htaccess b/src/mibew/styles/pages/.htaccess deleted file mode 100644 index 1fe358ef..00000000 --- a/src/mibew/styles/pages/.htaccess +++ /dev/null @@ -1,3 +0,0 @@ - - Deny from all - \ No newline at end of file