Re: Redirect 404 errors to the home page

2013-04-04 Thread johnnybut7
Thanks, ive already used this resources trying the below but it doesnt make a difference, the rails static page is still being served. I think maybe i need to disable that first, thanks for your help. error_page 404 =301 http://example.com/notfound.html; Posted at Nginx Forum: http://forum.ngin

Redirect 404 errors to the home page

2013-04-04 Thread johnnybut7
Hi, Ive received a request stating that the website owner wants all 404 error messages redirected to the home page as its affecting their seo ranking(im not sure about this myself but thats another issue). Its a rails application so i have static page displayed currently and even applied some java