I have a mambo site that I have developed and have working quite nicely, but only when I go to the trye url directly. Example:
www.mysite.com/mambo
The problem now is that the domain name that I would like to use is a redirection from another site. The company hosting the Domain name is not hosting the Mambo site. The URL for the domain name is set up to redirect to the new site. The code apparently actually places it in a frame to hide the true URL. Why am I doing this? Well, the club that I developed the web site for has their own domain name and I have hosted the mambo site on my ISP.
Anyway, the problem is that when the user arrives at my site, they cannot log in. They fill in the login credentials and it just ignores them.
I believe it has to do with cookies because if I try logging in as above, and then I type in the real URL, I am already logged in. The other thing of interest is that this problem only occurs in IE. When I go to the site using Firefox it works perfectly.
I have tried 2 kinds of URL redirection, Meta Tags (<meta http-equiv="REFRESH" content="0;url=http://www.aerobaticscanada.ca">) and "You have been redirected, click here".
Anyone have any ideas how I can get Mambo to recognize a login on the site that is ACTUALLY hosting the mambo server?