improve error pages, add 403

This commit is contained in:
Thomas Waldmann 2015-02-08 19:25:10 +01:00
parent b87babb9ac
commit dd11a45108
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,4 @@
<h1>400</h1> <h1>400 Bad Request</h1>
This kind of request is not allowed.
Sorry :( we screwed up.

View File

@ -0,0 +1,5 @@
<h1>403 Forbidden</h1>
Sorry, this is not allowed (for you).
If you did not login yet, try logging in.

View File

@ -1,3 +1,4 @@
<h1>404</h1> <h1>404 Not found</h1>
Nothing to see here.
Sorry :( we screwed up.

View File

@ -1,3 +1,3 @@
<h1>500</h1> <h1>500 Internal Server Error</h1>
Sorry :( we screwed up. Sorry :( we screwed up.