Is it possible to redirect a user to a different page through the use of PHP? Say the user goes to and http://www.example.com/page.php I want to redirect them to,www.example.com/index.php. how would I do so without the use of a meta refresh? Possible? This could even protect my pages from unauthorized users.
... View more