I have an issue that only occurs in IE. I have a menu item that is pointed to the CB User Profile edit. When clicking on the menu item link in FireFox or Chrome, everything works fine. It goes to the correct url:
Code:
https://www.example.com/index.php?option=com_comprofiler&view=userdetails&Itemid=309
However in IE, the same menu item goes to:
Code:
https://www.example.com/index.php?option=com_comprofiler&view=login
and I cannot get to the user profile edit page. It somehow works when I manually change the url to:
Code:
https://www.example.com//index.php?option=com_comprofiler&view=userdetails&Itemid=309
(notice the double slashes after the domain)
Again this only happens in IE and all other CB menu items work fine. I do not have any rules setup to detect browsers etc...
Any idea what this can be?
Thanks,
Sima