From c4fa5efcee508692f48df701a7697cded2147ad9 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Fri, 24 Jan 2014 07:40:28 -0500 Subject: [PATCH] Add error pages to wedding.aclindsay.com --- wedding/errors/400.php | 14 ++++++++++++++ wedding/errors/401.php | 14 ++++++++++++++ wedding/errors/403.php | 14 ++++++++++++++ wedding/errors/404.php | 14 ++++++++++++++ wedding/errors/500.php | 13 +++++++++++++ 5 files changed, 69 insertions(+) create mode 100644 wedding/errors/400.php create mode 100644 wedding/errors/401.php create mode 100644 wedding/errors/403.php create mode 100644 wedding/errors/404.php create mode 100644 wedding/errors/500.php diff --git a/wedding/errors/400.php b/wedding/errors/400.php new file mode 100644 index 0000000..f5ffef2 --- /dev/null +++ b/wedding/errors/400.php @@ -0,0 +1,14 @@ + +Bad Request - aclindsay.com + + +
+

Error 400 - Bad Request

+

This HTTP request was malformed, and could not be processed. You may attempt to reload this page, but the software you are using (your browser) may be at fault.

+

If you believe you are seeing this page in error, please contact me.

+
+ + diff --git a/wedding/errors/401.php b/wedding/errors/401.php new file mode 100644 index 0000000..866d076 --- /dev/null +++ b/wedding/errors/401.php @@ -0,0 +1,14 @@ + +Authorization Required - aclindsay.com + + +
+

Error 401 - Authorization Required

+

The page you are requesting requires authorization. Please refresh this page and provide your login credentials, if you have them, or continue browsing with our homepage.

+

If you believe you are seeing this page in error, please contact me.

+
+ + diff --git a/wedding/errors/403.php b/wedding/errors/403.php new file mode 100644 index 0000000..dd05922 --- /dev/null +++ b/wedding/errors/403.php @@ -0,0 +1,14 @@ + +Forbidden - aclindsay.com + + +
+

Error 403 - Forbidden

+

The page you are requesting will not be returned. Refreshing the page won't help either. Please use your browser's back buttons to return to the page you came from, or continue browsing with our homepage.

+

If you believe you are seeing this page in error, please contact me.

+
+ + diff --git a/wedding/errors/404.php b/wedding/errors/404.php new file mode 100644 index 0000000..93d7f2e --- /dev/null +++ b/wedding/errors/404.php @@ -0,0 +1,14 @@ + +Page Not Found - aclindsay.com + + +
+

Error 404 - Page Not Found

+

Oops, the page you are looking for does not exist. You may use your browser's back button to return to the page from which you came, or visit the homepage.

+

If you believe you are seeing this page in error, or are searching for a page which no longer exists (but may still be linked to by other sites), please contact me. I will do my best to point you in the right direction.

+
+ + diff --git a/wedding/errors/500.php b/wedding/errors/500.php new file mode 100644 index 0000000..35d530e --- /dev/null +++ b/wedding/errors/500.php @@ -0,0 +1,13 @@ + +Internal Server Error - aclindsay.com + + +
+

Error 500 - Internal Server Error

+

Oops, the server encountered an error while processing your request for this page. Please refresh the page and try again. If the error persists, please contact me.

+
+ +