birkof/demo-zf1-blog/master/public/.htaccess - Htaccess File

birkof/demo-zf1-blog/master/public/.htaccess

# Enable rewrite engine and route requests to framework
RewriteEngine On

# Some servers require you to specify the RewriteBase directive
# In such cases, it should be the path (relative to the document root)
# containing this file
#
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L,QSA,NC,E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache