sebfrab/restobar/master/backend/web/.htaccess - Htaccess File

sebfrab/restobar/master/backend/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