warteaga/Yii2/master/web/.htaccess - Htaccess File

warteaga/Yii2/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