Hello,
Right now, I have an index.php file that reads like this:
<?php
header('location: http://www.example.com/my-redirect-location') ;
?>
So I'm wondering a few things:
1. is there a more appropriate way to do this?
2. is there a way to "hide" this redirect so it just reads mysite.com in the user's address bar?
3. is there a way to implement metadata from this index.php file that will hold true at the redirect target? (the site is a forum with dynamic metadata information, so the current metadata on the page I'm redirecting to is not particularly reflective of it being the site's homepage)
Thanks in advance for your help!
[edited by: jdMorgan at 1:16 pm (utc) on May 10, 2010]
[edit reason] example.com [/edit]