Janice
|
| Posted: 07/15/2003, 7:24 AM |
|
I am using CC 2.0 php with templates and mysql.
I have a redirected URL from go daddy that sends the searcher to a subdirectory on my server. The main page displays just fine but when someone clicks on the login it lets them login but will not take them to any of the security protected pages. It simply returns you to a blank login screen. I have tried changing the initial screen from 'post' to 'get' but that did not make a difference.
Thanks in advance for the help.
Janice
|
|
|
 |
Janice
|
| Posted: 07/15/2003, 8:50 AM |
|
I should have stated that the redirect is masked so that it does not show the actual url and subdirectory. If I take off the mask the program works just fine.
http://www.4life-transferfactor.com
Then members. A legitimate login is: Admin, Admin
All it does is clears the login screen. It should take you to the users profile.
Thanks
|
|
|
 |
GreggB
|
| Posted: 07/15/2003, 12:19 PM |
|
For IE, if this is the Browser you’re using, try changing the “Tools->Security->Privacy” to a lower setting.
I believe the problem maybe that your program is trying to write to the Godaddy server due to the Masking. This makes your code point to the Godaddy server, which probably does not have Write permissions causing a failure in the redirect. This also may be why when unmasked that your program works because URL in the address bar now points to your server allowing Write permissions.
That’s my best guess. If you get true fix, please post it.
GreggB
|
|
|
 |
|