www.ruby-lang.org
www.ruby-lang.org copied to clipboard
Provide (language specific) 404 pages
A 404 page that links to the (language specific) homepage would be nice, and as far as I know that's how it was set up at the old site.
This could be done with JavaScript on a single 404 page.
Not everybody likes JavaScript, see #107. And in this case, if someone tries to access /fr/foo, simply falling back to en for deactivated JavaScript would not be good enough.
Could include a <noscript>
tag as well? I'm not sure if it's possible to have directory specific 404 pages in Apache?
And with nginx, is it possible there? I think that's more relevant... :)