1 # http://privoxy.org/.htaccess
5 # Intercepts requests for these servers:
6 # http://ijbswa.sourceforge.net/
8 # http://www.privoxy.com/
11 # And redirects all requests to the canonical web server:
12 # http://www.privoxy.org/
15 # Uses Apache's mod_rewrite
16 # See http://httpd.apache.org/docs/mod/mod_rewrite.html
23 RewriteCond %{HTTP_HOST} !^www\.privoxy\.org\.?$ [NC]
24 RewriteCond %{HTTP_HOST} !^$
25 RewriteRule ^(.*)$ http://www\.privoxy.org/$1 [R,L]