ErrorDocument 403 /errors/forbidden.py?referrer=%{escape:%{HTTP_REFERER}}
</highlight>
+ <p>When the argument is a text string (i.e., not a path or URL),
+ it is sent to the client with a content type of
+ <code>text/html</code>, so you may include HTML markup. You can
+ use the backslash line-continuation character to spread the
+ document across multiple lines:</p>
+
+ <highlight language="config">
+ErrorDocument 403 "\
+<html><head>\
+<title>403 Forbidden</title>\
+</head><body>\
+<h1>Forbidden</h1>\
+<p>You do not have permission to access this resource.</p>\
+</body></html>"
+ </highlight>
+
<p>Additionally, the special value <code>default</code> can be used
to specify Apache httpd's simple hardcoded message. While not required
under normal circumstances, <code>default</code> will restore