Hi
Sorry for the delay in getting back to you, can you please confirm that your re-write rules are in the SSL Virtualhost, the one listening on port 443 e.g.
...
RewriteEngine on
RewriteLog "/tmp/tmp_rewrite.log"
RewriteLogLevel 9
RewriteCond %{REQUEST_URI} !^/secure
RewriteCond %{SERVER_PORT} ^443$
RewriteRule .*$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R]
As the rules work for me e.g.
192.168.0.9 - - [01/Aug/2009:20:48:38 +0100] [192.168.0.10/sid#5555557e
f150][rid#
5555563aac
68/initial
] (4) RewriteCond: input='/susehelp/' pattern='!^/secure' => matched
192.168.0.9 - - [01/Aug/2009:20:48:38 +0100] [192.168.0.10/sid#5555557e
f150][rid#
5555563aac
68/initial
] (4) RewriteCond: input='443' pattern='^443$' => matched
192.168.0.9 - - [01/Aug/2009:20:48:38 +0100] [192.168.0.10/sid#5555557e
f150][rid#
5555563aac
68/initial
] (2) rewrite '/susehelp/' -> '
http://192.168.0.10/susehelp/'192.168.0.9 - - [01/Aug/2009:20:48:38 +0100] [192.168.0.10/sid#5555557e
f150][rid#
5555563aac
68/initial
] (2) explicitly forcing redirect with
http://192.168.0.10/susehelp/192.168.0.9 - - [01/Aug/2009:20:48:38 +0100] [192.168.0.10/sid#5555557e
f150][rid#
5555563aac
68/initial
] (1) escaping
http://192.168.0.10/susehelp/ for redirect
192.168.0.9 - - [01/Aug/2009:20:48:38 +0100] [192.168.0.10/sid#5555557e
f150][rid#
5555563aac
68/initial
] (1) redirect to
http://192.168.0.10/susehelp/ [REDIRECT/302]