FarmCodeGary/BlogCompile/master/htmlsource/.htaccess - Htaccess File

FarmCodeGary/BlogCompile/master/htmlsource/.htaccess

ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html

RewriteEngine on

RewriteCond %{HTTP_HOST} ^farmcodegary.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.farmcodegary.com$
RewriteRule ^blog/$ "http://www.farmcodegary.com/" [R=301,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache