]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_INVALID_URL
Polish error page CSS
[thirdparty/squid.git] / errors / templates / ERR_INVALID_URL
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>ERROR: The requested URL could not be retrieved</title>
5 <style type="text/css"><!-- %l --></style>
6 </head><body>
7 <div id="titles">
8 <h1>ERROR</h1>
9 <h2>The requested URL could not be retrieved</h2>
10 </div>
11 <hr>
12
13 <div id="content">
14 <p>The following error was encountered while trying to retrieve the URL: <a href="%U">%U</a></p>
15
16 <blockquote id="error">
17 <p><b>Invalid URL</b></p>
18 </blockquote>
19
20 <p>Some aspect of the requested URL is incorrect.</p>
21
22 <p>Some possible problems are:</p>
23 <ul>
24 <li><p>Missing or incorrect access protocol (should be <q>http://</q> or similar)</p></li>
25 <li><p>Missing hostname</p></li>
26 <li><p>Illegal double-escape in the URL-Path</p></li>
27 <li><p>Illegal character in hostname; underscores are not allowed.</p></li>
28 </ul>
29
30 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
31 <br>
32 </div>
33
34 <hr>
35 <div id="footer">
36 <p>Generated %T by %h (%s)</p>
37 <!-- %c -->
38 </div>
39 </body></html>