]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_FTP_NOT_FOUND
Author: Francesco Chemolli <kinkie@squid-cache.org>
[thirdparty/squid.git] / errors / templates / ERR_FTP_NOT_FOUND
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=utf-8">
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 URL could not be retrieved: <a href="%U">%U</a></p>
15
16 <p>Squid sent the following FTP command:</p>
17 <blockquote id="data">
18 <pre>%f</pre>
19 </blockquote>
20
21 <p>The server responded with:</p>
22 <blockquote id="sysmsg">
23 <pre>%F</pre>
24 <pre>%g</pre>
25 </blockquote>
26
27 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
28
29 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
30 <br>
31 </div>
32
33 <hr>
34 <div id="footer">
35 <p>Generated %T by %h (%s)</p>
36 <!-- %c -->
37 </div>
38 </body></html>