mvieghofer/PHBlog/master/public/.htaccess - Htaccess File

mvieghofer/PHBlog/master/public/.htaccess

Options -MultiViews
RewriteEngine On

RewriteBase /public/

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

php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on

RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache