edouardkombo/BreezeFramework/master/public_html/.htaccess - Htaccess File

edouardkombo/BreezeFramework/master/public_html/.htaccess

# it is recommended to set the environment in your vhost instead of .htaccess
php_flag magic_quotes_gpc Off
RewriteEngine On
RewriteRule ^.htaccess$ - [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .*$ /index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache