ricardo1121/FMAT-SAECC/master/src/saecc/web/.htaccess - Htaccess File

ricardo1121/FMAT-SAECC/master/src/saecc/web/.htaccess

RewriteEngine on
# Si un directorio or  fichero existe, usalo directamente
                            
RewriteCond %{REQUEST_FILENAME} !-f
                            
RewriteCond %{REQUEST_FILENAME} !-d
                            
# De lo contrario usa index.php
                            
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache