RewriteEngine On

# Redirige todo hacia la carpeta public
RewriteCond %{REQUEST_URI} !^/IMPORTADORES/public/
RewriteRule ^(.*)$ public/$1 [L]
