Date:  11/26/2002 07:01:53 PM Msg ID:  001027
From:  Alan Harris-Reid Thread:  001027
Subject:  script_name problem
I am trying to include a self-referencing URL within a .fwx script using Request.ServerVariables('script_name').  Under IIS this works fine and the function returns 'MyScript.fwx', but when I run the same script under Apache it returns 'cgi-bin/foxweb.exe', which is no good to me at all!
 
Any ideas how to solve this problem would be appreciated.
 
Alan Harris-Reid