Help!
I'm trying to convince my Apache to point localhost to /Sites. What am I doing wrong?
httpd.conf settings
<Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory> <VirtualHost *> DocumentRoot "/Users/username/Sites" ServerName localhost </VirtualHost> - DocumentRoot points to /Sites folder.
- Listen 80
- NameVirtualHost *
Buggy Result
- 10.0.0.4 results with /Sites folder.
- 127.0.0.1 does the same.
- ERROR: http://localhost results with /private/etc/apache2/.../htdocs