cristiancano88/yii-curso-gustavo/master/.htaccess - Htaccess File

cristiancano88/yii-curso-gustavo/master/.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