deanmcpherson/catandglove/master/.htaccess - Htaccess File

deanmcpherson/catandglove/master/.htaccess

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.catandglove.com$ [NC]
RewriteRule ^(.*)$ http://catandglove.com/$1 [R=301,L]
RewriteRule ^press/ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache