Rendezvouos Websites?

jove

Member
We have one system on the LAN with a MacOSx website. Safari doesn't see it with its Rendezvouos option.

Is there something missing?
 
I answered my own question:
Code:
<VirtualHost *>
    DocumentRoot /Library/WebServer/NULL
    ServerName <machine name>.local
    Redirect permanent / [url]http://www.tomnjeff.com/[/url]
</VirtualHost>
Note, this does not work unless you leave off the trailing dots (".").

Also if you give your machine a name with two "-" it behaves oddly...
 
Back
Top