1. My client has requested a modification where once anyone logs in from members.php, they are redirected to the home page rather than their member page. In other words, to login at
http://mysite/community/members.php
sends them to
http://mysite/community/
instead of to itself with the login condition as true.
My sense of members.php is that the logic of that page runs quite deep, and I am averse to fiddling with it, but if there is a simple way to make the above take place I'd like to try it.
