We're running a webserver with loads of virtual hosts that communicate with our application server, BroadVision via a plugin and location directive, e.g.:
<VirtualHost *>
DocumentRoot /home/htdocs
ServerName www.myhost.com
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/abc/.*$...
Hi,
Anyone's help much appreciated for the following problem.
THE SITUATION
We have multiple domain names resolving to a single IP address. In the Apache httpd.conf file (v 1.x) we point the incoming traffic for each domain to the relevant page using virtual hosts. This works fine, however at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.