I have a very simple .htaccess question I want to direct all traffic that travels to a non existing page to be forwarded to the homepage. So if I make a spelling mistake in typing in the sub directory it will take me to the home page. How can I do this?
ok, so you want a redirect on all 404's? this may help - http://www.google.co.nz/search?q=howto+.htaccess+redirect+on+404
Don't do it. If page doesn't exist you SHOULD send "404 Page not found" error. You will confuse search engine crawlers otherwise...