I have implemented SSL encyrption for people login into my site. By having a link to https://www.mysite.com/user.php, and by removing all other methods of logging in.
I would like just the login process to be encyrpted. Once users are logged in I would like them redirected back to normal http.
I have found a thread on something similar on this forum:
http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&t=25463&highlight=redirect+login
Which advises people to
Quote
./modules/NS-User/tools.php around line 63 change
Quote:
echo "\n";
to
Quote:
echo "\n";
If i replace index.php with test.php this does not seem to have a effect.
If i choose to change my password it does redirect to test.php.
So my question is how can I get the login block to redirect to normal http ?
