fabiofumarola/edb/master/.htaccess - Htaccess File

fabiofumarola/edb/master/.htaccess

RewriteEngine on

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

RewriteRule ^(.+)$ app.php/$1 [QSA,L]

# supress php errors
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off

AddCharset UTF-8 *

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache