Configure Apache normally. Then look at the documentation for
mod_rewrite. It will allow you to write a rule something like this:

RewriteRule [^.]*\.shtml.* http://hostnameof4DServer:8000/$1 [L,PT]

That's close, but not quite what I'm looking for. My recollection of mod_rewrite is that it will send a redirect back to the browser, and the browser will then access that new URL.


What I'm trying to do is hide the A4D server "behind" the Apache server entirely, and have Apache act as a proxy for the A4D server. The browser never even knows the A4D server exists; indeed, due to the firewall configuration, the browser can't access the A4D server directly at all. Is this possible?

--
Christophe, Fish Head, Blowfish <[EMAIL PROTECTED]>



Reply via email to