Add initial custom error page for new server
With the new server, we can use our own 404 server page, use it to document to the older server (once it's setup). this page will only be shown on the new server and should inform about the archived content. Since the name of the archived site is not specified yet, it uses docs.o.o. Change-Id: I400038e52189479909720c55838dc05910e6509c
This commit is contained in:
parent
17865e6a25
commit
2753a57882
19
www/errorpage.html
Normal file
19
www/errorpage.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||
<html><head>
|
||||
<title>404 Not Found</title>
|
||||
</head><body>
|
||||
<h1>Not Found</h1>
|
||||
<p>The requested URL was not found on this server.</p>
|
||||
<p>Note that this server was set up recently and does not contain any
|
||||
OpenStack content published before October 2016. Historic
|
||||
documentation content
|
||||
is available from <a href="http://docs.openstack.org/">the
|
||||
archived docs.openstack.org site</a>.
|
||||
<!-- Note: This above URL needs changing once we switch over
|
||||
to the new site -->
|
||||
<p>In case you find missing content, feel free
|
||||
to <a href="https://bugs.launchpad.net/openstack-manuals/+filebug">report
|
||||
a bug</a>.
|
||||
<p>Go back to the <a href="/">main OpenStack documentation site.</p>
|
||||
</body>
|
||||
</html>
|
@ -5,6 +5,7 @@
|
||||
<ul>
|
||||
<li><a href="www/index.html">/index.html</a></li>
|
||||
<li><a href="www/draft/draft-index.html">/draft/draft-index.html</a></li>
|
||||
<li><a href="www/errorpage.html">/errorpage.html</a></li>
|
||||
<li><a href="www/api/api-ref-guides.html">/api/api-ref-guides.html</a></li>
|
||||
<li><a href="www/arch/index.html">/arch/index.html</a></li>
|
||||
<li><a href="www/developer/language-bindings.html">/developer/language-bindings.html</a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user