From ac08cd5eb124cd1b8923d6d90f7014b1240b29d7 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 15 Sep 2016 06:55:25 -0600 Subject: [PATCH] Docs: Custom 404 pages are pages -- not articles --- docs/tips.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tips.rst b/docs/tips.rst index 82018400..9f45f877 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -9,8 +9,8 @@ Custom 404 Pages When a browser requests a resource that the web server cannot find, the web server usually displays a generic "File not found" (404) error page that can be stark and unsightly. One way to provide an error page that matches the theme -of your site is to create a custom 404 page, such as this Markdown-formatted -example:: +of your site is to create a custom 404 page (*not* an article), such as this +Markdown-formatted example stored in ``content/pages/404.md``:: Title: Not Found Status: hidden @@ -28,8 +28,8 @@ configuration file's ``location`` block:: For Apache:: ErrorDocument 404 /404.html - -For Amazon S3, first navigate to the ``Static Site Hosting`` menu in the + +For Amazon S3, first navigate to the ``Static Site Hosting`` menu in the bucket settings on your AWS cosole. From there:: Error Document: 404.html