Skip to content

Instantly share code, notes, and snippets.

@EudesSilva
Created March 17, 2013 19:53
Show Gist options
  • Save EudesSilva/5183339 to your computer and use it in GitHub Desktop.
Save EudesSilva/5183339 to your computer and use it in GitHub Desktop.
Quando ocorrer o erro 404, redireciona para página definida.
<error-page>
<error-code>404</error-code>
<location>/erropage</location>
</error-page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment