Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Answer for ya :)' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Answer for ya :)
Authored by: DracoNB on Jan 03, '02 08:59:28PM

Yes you can emulate how your ISP does their setup! :) I just did it with mine :)

just change this:

# Keep this first one to enable localhost/127.0.0.1 to still function

<VirtualHost 127.0.0.1>
DocumentRoot /Library/WebServer/Documents
ServerName localhost
</VirtualHost>

# Edit this to fit your needs :)
<VirtualHost 127.0.0.1>
DocumentRoot /path/you/want/to/use
ServerName www.yoursite.dev
</VirtualHost>

DracoNB



[ Reply to This | # ]
Answer for ya :)
Authored by: moyashi on Sep 02, '02 12:03:21PM

Whoo, missed this thread some how.

Thanks for the reply and sorry for the realllllly late thanks

:(



[ Reply to This | # ]