6 Jun
2008
6 Jun
'08
14:32
David C. Rankin wrote:
Good call Per. The /dcr doesn't need to be there. The HTTP_HOST is OK though since it appears inside the /dcr <Directory> definition in httpd.conf.local. I think my problem is with the lines:
RewriteCond %{HTTPS} !=on RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
Those two lines add up to: if the request isn't using https, redirect to the same URI, but with https://. RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L] I'm not at all certain, but shouldn't you be using HTTP_HOST instead of SERVER_NAME? /Per Jessen, Zürich -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org