lumg/emotiF/master/web/.htaccess - Htaccess File

lumg/emotiF/master/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