inicio
This commit is contained in:
2025-05-05 11:03:01 -06:00
commit c73e3f2327
185 changed files with 17573 additions and 0 deletions

5
.htaccess Normal file
View File

@@ -0,0 +1,5 @@
RewriteEngine On
# Redirige todo hacia la carpeta public
RewriteCond %{REQUEST_URI} !^/IMPORTADORES/public/
RewriteRule ^(.*)$ public/$1 [L]