On Tue, 30 Dec 2003, DLau wrote: > http_access allow accelHost accelPort > http_access deny all > > Is there anything else I need to get this one working? Currently, this is > not working and I even see the internal IP of the "accelhost" appear on the > lower left of the browser when trying to load the page!!
Then it is working, but your server is redirecting the user to the internal name. You need to convince your server to NOT redirect the user away from the server name requested by the user, even if your server thinks it is named something else.. Regards Henrik
