Site htaccess changes

I’ve finally gotten around to messing with my htaccess file and added the following: # Error pages ErrorDocument 404 /404.php # Redirect Redirect /blog/blog.html http://www.chrisnelson.ca/ Redirect /blog/index.html http://www.chrisnelson.ca/ Redirect /blog/atom.xml http://www.chrisnelson.ca/feed/atom/ The Error Pages part redirects 404 errors to my 404 page, so my hosts’ doesn’t show up. I don’t really care about the other …