By Anonymous (not verified) on
Hi,
Secure pages is adding an extra forward slash to the URL of the page. So http://www.mydomain.com is fine but when I click on a secure link https://www.mydomain.com/example the URL reads https://www.mydomain.com//example even though the link itself is correct.
I've also noticed that if I refresh the page I get a page not found error and the URL changes to include /%252F. https://www.mydomain.com//%252Fexample.
So, this additional char is being added but I can't seem to find out where.
I'm also using secure pages hijack prevention module if that helps.
Does anyone have any similar problems or pointers on this?
Thanks for your help,
Comments
Turning off clean urls seems to fix, but..
I've noticed that when I turn off clean urls the problem doesn't happen. Could this be something to do with the rewrite script?
I'm on a Zeus server using rewrite.script instead of .htaccess.
rewrite.script code
Any ideas??
Thanks
Secure pages adding an extra forward slash UPDATE
Update.
I thought this might help someone else experiencing the same problem.
I've recently move the site that was experiencing the problem to a new Apache VPS and the issue has been fixed with no change to the site itself (other than replacing the rewrite.script with Drupal's .htaccess). So, I'm guessing this has something to do with the original hosts Zeus server. What the issue was I have no idea but at least the move has fixed my problem.