Can I use PHP to completely forward someone to a different IP address and port?
IE: i set up mod rewrite to send requests from redirect.domain.com to the internal file /www/redirect/index.php
then... index.php forwards to an IP:port.
I'm pretty sure this cannot be done... but I wanted to ask.
Additionally, if this cannot be done with PHP, can it be done purely with mod_rewrite?
I have been looking around for awhile and haven't turned anything up.
::Kaz
PS: I do not have the option of configuring virtualhosts directives.