| Article: |
Location, Location, Location: Tips for Storing Web Site Files | |
| Subject: | add rendezvous names | |
| Date: | 2003-05-20 12:16:16 | |
| From: | anonymous2 | |
|
if you develop on a local network, it can be really handy to add rendezvous names for virtual hosts or even directories. For example if you add:
|
||
Showing messages 1 through 1 of 1.
-
add rendezvous names
2003-05-20 17:18:56 maarky [View]



The requested URL /path/to/virtualdomain's/DocumentRoot was not found on this server.
I made sure that the path in RegisterResource matches the virtualhost's DocumentRoot. It basically ads that path to the rendezvous url so I get:
http://my-computer.local./path/to/DocumentRoot
I tried adding a "/" at the end but that did nothing.
What it looks like it's doing is looking for /Library/WebServer/Documents/path/to/document/root which does not work since the path to document root is located at /path/to/document/root, not inside your /Library/WebServer/Documents directory. But if you actually got this to work I would love some additional info.