If you truly want to redirect them, you can use PHP's [man]header/man function to generate the desired "Location:" HTTP header. Another option would be to simply [man]include/man the desired page. A third option would be to store the user-specific content in the database, then retrieve it into the page based on the logged-in user's ID.