How do I set up rederiction for logged in members from index. php? Whenever they want to go to homepage/index.php, I want them to be dericted to their profile.
How do I do that?
Thank you.
How do I set up rederiction for logged in members from index. php? Whenever they want to go to homepage/index.php, I want them to be dericted to their profile. How do I do that? Thank you. |
Try this, I have tested it and it works but needs a few changes. for example, try and make it so it goes to the page www.yoursite.com/username Also edit the page you would like to sent guest users, (I have said splash.php) Edit the file index.php Find: check_logged(); Add Below: Hope This Helps!! ~~Mike ~~ This Signature is missing something :( |