Files
MVE/public/.htaccess
2025-05-05 11:03:01 -06:00

6 lines
160 B
ApacheConf

RewriteEngine On
RewriteBase /IMPORTADORES/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]