I have a fresh install of Drupal 5.1.
- Windows 2003 Server / IIS 6.0 (I know, sorry)
- Installed LDAP Intregration
- Installed Secure Pages
Everything looks ok and I can configure the modules but the switch to https pages does not happen. No errors, nothing.
I configured my web server to have both http and https for this site.
The installation is not in the root of the web site but in a sub folder called /home.
I've done a little investigating and it seems that when securepages_init() calls securepages_match($path), the value in the $path variable is always "search/node". I put a session var in the securepages_match() function and populated it with the $path var and it always returns "search/node". Although when I use this technique in securepages_init(), the $path is correct.
Hope this helps.
Cheers,
Wade
Comments
Comment #1
gordon commentedI think this is now fixed. There was a problem with drupal in a subdirectory.
Comment #2
(not verified) commented