Fabyo/Exemplos/master/.htaccess - Htaccess File

Fabyo/Exemplos/master/.htaccess

Options -MultiViews 

RewriteEngine On 

SetEnv APP_ENV local

# Redirect Trailing Slashes... 
RewriteRule ^(.*)/$ /$1 [L,R=301] 

# Handle Front Controller... 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteRule ^ index.php [L]

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache