- πΊπ¦Ukraine AstonVictor
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks
When locale module is enabled and different languages are specified using the 'domain' method of language selection the securepages module causes redirect loops.
Any redirect now will get stuck redirecting between securepages desiring to switch the user to the https page, whereas Drupal's locale module will run locale_language_url_rewrite_url() from locale_url_outbound_alter() (hook_url_outbound_alter()) called from url() which switches the user right back to the http://en.localhost link entered earlier.
Whilst the patch attached presumes the 'secure' link starts with https:// (potentially ignoring what the user has entered for their secure URL), it does fix the redirect loop issue.
Closed: outdated
1.0
Code
I'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks