diff --git a/.htaccess b/.htaccess index 852b209..0cfc17f 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,9 @@ RewriteEngine On + # Bloquear acceso a las carpetas vendor/ y src/ + RewriteRule ^(vendor|src)/.*$ - [F,L] + # Handle Front Controller... RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f