Htaccess File

FarmCodeGary/BlogCompile/master/htmlsource/.htaccess

HTTP_HOST
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]
Exit mobile version