This is a discussion on HELP - Dynamically configured mass virtual hosting within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi I would like to have Apache2 (on freebsd5.1) to serve like so: requests sent to here: http://domain....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi I would like to have Apache2 (on freebsd5.1) to serve like so:
requests sent to here: http://domain.com/file Are routed here: /home/user/site/domain.com/file So I do: VirtualDocumentRoot /home/*/%0 ## This is in the httpd.conf file, but it doesn't yield results :-(. So how can I get this to work? Rach |