aaronm Posted August 4, 2006 Share Posted August 4, 2006 Hi everyone.I'm at a loss here.I have a form, that runs on a POST method and the action="<? echo $PHP_SELF; ?>"the site is on a redhat enterprise server running apache 2.0.53mod_ssl is running and we have a cert for the site.we also authenticate users.I've read on the microsoft KB that this used to be an issue with a dll but that was before SP2 had come out.We are all running IE Version: 6.0.2900.2180.xpsp.050301-1521When running a POST method with Internet Explorer it (about 75% of the time) will immediately go to a "Page cannot be display" error page. It doesn't even seem to try to go out to the site it's that fast...Any ideas would be greatly appreciated. Quote Link to comment Share on other sites More sharing options...
ronverdonk Posted August 5, 2006 Share Posted August 5, 2006 Have you tried [code]$_SERVER['PHP_SELF'][/code] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.