I have this site www.myplace-ontime.com which seem to work perfecly from all the browsers i have tested except ie 6 +. The problem is that when some enteres their user name and pass ie does not redirect properly . this does not sem to be an issue on other browsers. They work just fine. Any ideas why this is happening and how it can be fixed. The error i get is a 400 bad request error.
Last Edit: 12/28/2007 01:00am By jahflasher.
The administrator has disabled public write access. | Report to moderator Logged
could you please setup a dummy username and password so i could try and replicate the error and see if i can figure it out.. Browsers are tricky and things dont always work in all of them.. What kind of redirection are you doing.. _java_script__ or php _base_d?..
The administrator has disabled public write access. | Report to moderator Logged
Ok. You can use kellier as username and leoten as pass. This is a redirect from a php _script_. The thing is that this also works perfectly from another server that i use for testing online with IE, only on this live server it is giving trouble. There seem to be a problem with every page that has a form that requires some kind of redirect on form submition. Hope i can resolve this one.
Last Edit: 12/31/2007 08:42pm By jahflasher.
The administrator has disabled public write access. | Report to moderator Logged
could you also post the redirect _script_ your using here.. that might also help me to understand the problem a bit. you can also run a phpinfo on both the servers adn compare the output to see what differes in the configuration.
also try url encoding all the get parameters which are "string values". it might be that %20 which the php spits out for the emty space..
Last Edit: 12/31/2007 09:37pm By cyberpunk.
Reason: updated my response
The administrator has disabled public write access. | Report to moderator Logged
this is the response i got from my host: "The problem seems to be caused by a bug in Internet Explorer, and unfortunately there does not appear to be any way to resolve it. We currently use Apache 1.x, and there does not appear to be any work-around for it. We will eventually move to Apache 2, but there is currently no specific time-_frame_ for when this might be."
So it appears that i am screwed.
The administrator has disabled public write access. | Report to moderator Logged
your not.. the version of internet explorer your using.. is it the one that you did the addon on.. so it looks and mimics internet explorer 7's functionality?.. if yeah.. test it on a standard internet explorer 6 and a standard internet explorer 7. the bridged version can't really be counted.. people may still have it using.. but its technically just a testing feature that allowed people to use ie 7's features before the full release..
The administrator has disabled public write access. | Report to moderator Logged
Well things are even stranger. The site seem to work(all forms with redirect _script_ and all) but only on temp site-http://74.86.201.42/~miplaceo/. Even with IE.
The administrator has disabled public write access. | Report to moderator Logged
really strange.. So you have an error on the site and your unable to replicate it any where else but on that host..
What makes no sense is its php redirecting.. and the server can execute php.. The function works in firefoxx it should work in any other browser.. as php _script_s aren't browser dependent for parsing.. its actually the server that does it..
Something else is the matter.:_b_link__:
The administrator has disabled public write access. | Report to moderator Logged