Options ALL -Indexes
ErrorDocument 403 /Prod_Sistemas/Error/403.html
ErrorDocument 404 /Prod_Sistemas/Error/404.html
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
