M
Mark
Hi - I am trying to use Request.ServerVariables("SCIPT_NAME") - this is
ok normally, but when I try to use the script behind SSL - it does not
pick up the full path to where I am - eg:
https://sslrel.com/sslcert.mysite.co.uk/Default.asp
Request.ServerVariables("SCIPT_NAME") in this file, would show:
https://sslrel.com/Default.asp
Which makes all my redirects etc - not work!
Is this a known feature of SSL, or has it just been setup incorrectly?
Thanks for any help,
Mark
ok normally, but when I try to use the script behind SSL - it does not
pick up the full path to where I am - eg:
https://sslrel.com/sslcert.mysite.co.uk/Default.asp
Request.ServerVariables("SCIPT_NAME") in this file, would show:
https://sslrel.com/Default.asp
Which makes all my redirects etc - not work!
Is this a known feature of SSL, or has it just been setup incorrectly?
Thanks for any help,
Mark