Per Jessen wrote:
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
Hmmm, I try switching, but according to phpinfo(); they both hold the same thing: HTTP_HOST www.3111skyline.com SERVER_NAME www.3111skyline.com -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org