I'm thinking maybe:
RedirectPermament / http://www.example.com/redir.php?r=
And have redir.php just have a meta refresh to the proper page (or just use one on your home page). My question is this, why do you want them to be redirected from your homepage to another page? Why not just move the other page to your home directory?
__________________
PHP Code:
<?php echo "Hello World"; ?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
|