Change a couple of URLs to https://
[privoxy.git] / doc / webserver / config / index.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
3 <!--
4
5   File        :  $Source: /cvsroot/ijbswa/current/doc/webserver/config/index.php,v $
6
7   Purpose     :  Warn user of incorrect configuration.
8                  This file belongs in
9                  ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
10
11   $Id: index.php,v 1.8 2016/02/26 12:31:47 fabiankeil Exp $
12
13   Written by and Copyright (C) 2001 the SourceForge
14   Privoxy team. https://www.privoxy.org/
15
16   Based on the Internet Junkbuster originally written
17   by and Copyright (C) 1997 Anonymous Coders and
18   Junkbusters Corporation.  http://www.junkbusters.com
19
20   This program is free software; you can redistribute it
21   and/or modify it under the terms of the GNU General
22   Public License as published by the Free Software
23   Foundation; either version 2 of the License, or (at
24   your option) any later version.
25
26   This program is distributed in the hope that it will
27   be useful, but WITHOUT ANY WARRANTY; without even the
28   implied warranty of MERCHANTABILITY or FITNESS FOR A
29   PARTICULAR PURPOSE.  See the GNU General Public
30   License for more details.
31
32   The GNU General Public License should be included with
33   this file.  If not, you can view it at
34   http://www.gnu.org/copyleft/gpl.html
35   or write to the Free Software Foundation, Inc., 59
36   Temple Place - Suite 330, Boston, MA  02111-1307, USA.
37
38 -->
39
40 <html>
41 <head>
42   <title>Privoxy is not being used</title>
43   <link rel="stylesheet" type="text/css" href="../p_web.css">
44   <meta http-equiv="cache-control" content="no-cache">
45   <meta http-equiv="expires" content="0">
46 </head>
47
48 <body>
49
50 <h1><a href="https://www.privoxy.org/">Privoxy</a> is not being used</h1>
51
52 <p>The fact that you are reading this page shows that Privoxy was
53 not used in the process of accessing it. Had the request been
54 made through Privoxy, it would have been intercepted and you
55 would be looking at Privoxy's web-based user interface now.</p>
56
57 <p><b>So what went wrong?</b> Chances are (in this order) that:</p>
58
59 <ul>
60 <li><p>this page is in your browser's cache. You've once been here
61 before starting to use Privoxy, and now your browser thinks that
62 it already knows the content of this page. Hence it doesn't request
63 a fresh copy.</p>
64 <p>Force your browser to do that. With most browsers, clicking "reload"
65 while holding down the shift key (shift-reloading) should suffice, but
66 you might need to manually clear the browser's cache (both memory and
67 disk cache).</p>
68
69 <li><p>your browser is not set up to use Privoxy.</p>
70 <p> Check your browser's proxy settings and make sure that it uses
71 127.0.0.1, port 8118 (or, if you did a custom configuration, whatever
72 different values you used).</p></li>
73
74 <li><p>when using multiple proxies in a chain, that either the chain
75 is broken at some point before Privoxy, or that an earlier proxy 
76 serves this page from its cache.</p>
77 <p>Shift-reload, clear all caches, and if the problem still persists,
78 trace the proxy chain starting with your browser's settings. Please
79 refer to the
80 <a href="https://www.privoxy.org/user-manual/config.html#FORWARDING">forwarding
81 chapter</a> of the <a href="https://www.privoxy.org/user-manual/">user
82 manual</a> for details.</p></li>
83 </ul>
84
85 <p>If you have read the <a href="https://www.privoxy.org/user-manual/">user
86 manual</a> and still have trouble, feel free to <a
87 href="https://www.privoxy.org/user-manual/contact.html">contact us to get help</a>.</p>
88
89 </body>
90 </html>