1Franck/rbot/master/public/.htaccess - Htaccess File

1Franck/rbot/master/public/.htaccess

RewriteEngine On

## never rewrite for existing files, directories and links

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

## rewrite everything else to index.php

RewriteRule !.(js|ico|gif|jpg|png|css)$ index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache