From: Rich Bowen Date: Tue, 8 May 2012 20:15:54 +0000 (+0000) Subject: Rebuild X-Git-Tag: 2.5.0-alpha~6867 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a15daf1cf215db33b777d9e30089394384fa92d;p=thirdparty%2Fapache%2Fhttpd.git Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1335741 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/access.html.en b/docs/manual/rewrite/access.html.en index 9232bef1f16..cbfb2698878 100644 --- a/docs/manual/rewrite/access.html.en +++ b/docs/manual/rewrite/access.html.en @@ -79,9 +79,9 @@ configuration.
-RewriteCond %{HTTP_REFERER} !^$
+RewriteCond %{HTTP_REFERER} !^$
 RewriteCond %{HTTP_REFERER} !www.example.com [NC]
-RewriteRule \.(gif|jpg|png)$    -   [F,NC]
+RewriteRule \.(gif|jpg|png)$    -   [F,NC]
 
@@ -89,9 +89,9 @@ RewriteRule \.(gif|jpg|png)$ - [F,NC] an alternate image instead.

-RewriteCond %{HTTP_REFERER} !^$
+RewriteCond %{HTTP_REFERER} !^$
 RewriteCond %{HTTP_REFERER} !www.example.com [NC]
-RewriteRule \.(gif|jpg|png)$    /images/go-away.png   [R,NC]
+RewriteRule \.(gif|jpg|png)$    /images/go-away.png   [R,NC]
 
@@ -99,9 +99,9 @@ RewriteRule \.(gif|jpg|png)$ /images/go-away.png [R,NC] other site.

-RewriteCond %{HTTP_REFERER} !^$
+RewriteCond %{HTTP_REFERER} !^$
 RewriteCond %{HTTP_REFERER} !www.example.com [NC]
-RewriteRule \.(gif|jpg|png)$ http://other.example.com/image.gif   [R,NC]
+RewriteRule \.(gif|jpg|png)$ http://other.example.com/image.gif   [R,NC]
 
@@ -294,7 +294,7 @@ RewriteRule ^ ${deflector:%{HTTP_REFERER}} [R,L] we just wish to redirect back to where they came from, a "-" is placed in the map:

-

+

 ##
## deflector.map
##
@@ -302,7 +302,8 @@ RewriteRule ^ ${deflector:%{HTTP_REFERER}} [R,L] http://badguys.example.com/bad/index.html -
http://badguys.example.com/bad/index2.html -
http://badguys.example.com/bad/index3.html http://somewhere.example.com/ -

+ + diff --git a/docs/manual/rewrite/access.xml b/docs/manual/rewrite/access.xml index 207bac2c661..ae88bcdafa4 100644 --- a/docs/manual/rewrite/access.xml +++ b/docs/manual/rewrite/access.xml @@ -291,7 +291,7 @@ RewriteRule ^ ${deflector:%{HTTP_REFERER}} [R,L] we just wish to redirect back to where they came from, a "-" is placed in the map:

- + ##
## deflector.map
##