On Thu, 27 Mar 2003 00:10:34 +0100, you wrote: I would suggest configuring Apache as an HTTP proxy, rather than trying to redirect requests with PHP scripts.
More details here
http://www.devshed.com/Server_Side/Administration/ApacheProxy/page1.html
With some forethought, you can probably use this to protect your IIS machine from malicious requests, too.
I've thought, this would be the most native way but apache "experts" around me didn't know it.
ProxyPass /melonfire/ http://www.melonfire.com/ directive seems to do the job. I'll try it, thanx alot!
John.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php