By pvscott on
Is there a setting with Drupal that will automatically redirect HTTPS pages to HTTP? I need some pages to us HTTPS but when I set up the redirect it becomes an infinite loop. Is there some dark force within Drupal that hates HTTPS?
Comments
This MIGHT only occur when
This MIGHT only occur when there is a query string present, if that jogs anyone's memory.
How about secure pages?
How about secure pages?
--rj
I had been doing this with
I had been doing this with the htaccess file. I just tried secure pages and have the same results. Pages with query strings fall into a redirect loop.