Hi, I have several URLs for my site that do a cloaked redirect to the main site. When I try to login through one of these URLs using IE the login page just refreshes. FF is OK. What is the problem, and how can I fix it?
The site works perfectly when I access it from the URL which it was originally installed to. I created some .com and .co.uk similar name URLs to make it easier for people to find. When using these, the URLs redirect to the original site, but leave the typed URL in the address bar (presumably by using frames). When using IE to login in this situation, the login screen just refreshes. So to be clear, all the pages are installed once, in one place, on one server, but when accessed from another site, it doesn't work.
Turns out it is only earlier versions of IE that this is a problem for. IE6 works fine. Ilija, could you let me know how to syntax a link to the original login page that only shows up in IE? Better still only shows up in certain versions? Thanks, Mike
We do not have any code in place for such situation. You could try with $_SERVER['USER_AGENT'] string and use it to detect different browsers and serve different code to them.
Also note that we do not support IE versions older than IE6. activeCollab might work with older versions, but we do not guarantee that it will.
Many thanks,
Mike