root/swish_website/lib/page/404.html

Revision 1672, 417 bytes (checked in by whmoseley, 4 years ago)

Ok, finally a redirect script.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 [%- META
2         page = '404'
3         title = '404 Not Found'
4 %]
5
6 <h1>404 Not Found</h1>
7
8
9
10 <p>
11 The requested URL [% env.REDIRECT_URL %] was not found on this server.
12 </p>
13
14 <p>
15 Please select select from the menu at the left or go to the Swish-e home
16 page at [% link_to_page('index') %].
17 </p>
18
19 [% # USE Dumper; "<pre>"; Dumper.dump( env ); "</pre>" %]
20
21 <br />
22 <br />
23 <br />
24 <br />
25 <br />
26 <br />
27 <br />
28 <br />
29 <br />
30
31
Note: See TracBrowser for help on using the browser.