From 40b5b876f850e6a5e31463f90e268bfc2451c7a5 Mon Sep 17 00:00:00 2001 From: Harry Wood Date: Sat, 8 Nov 2008 16:41:51 +0000 Subject: [PATCH] message with a logo and link to Contact page --- public/404.html | 8 ++++++-- public/500.html | 9 +++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/public/404.html b/public/404.html index 0e1845619..16abbfca0 100644 --- a/public/404.html +++ b/public/404.html @@ -2,7 +2,11 @@ "http://www.w3.org/TR/html4/loose.dtd"> -

File not found

-

Change this error message for pages not found in public/404.html

+ +
+

File not found

+

Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)

+

Feel free to contact the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.

+
\ No newline at end of file diff --git a/public/500.html b/public/500.html index ab95f74c4..552024a2d 100644 --- a/public/500.html +++ b/public/500.html @@ -2,7 +2,12 @@ "http://www.w3.org/TR/html4/loose.dtd"> -

Application error

-

Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html

+ +
+

Application error

+

The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500)

+

Feel free to contact the OpenStreetMap community if your problem persists. Make a note of the exact URL / post data of your request.

+

This may be a problem in our Ruby On Rails code. 500 ocurrs with exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code)

+
\ No newline at end of file -- 2.43.2