Published in: Other
# -- httpd.conf's bottom -- NameVirtualHost * # if Include, Use This. # Include /private/etc/httpd/users/*.conf # default_htdocs # ex... MAMP htdocs <VirtualHost *> ServerName "localhost" DocumentRoot /Applications/MAMP/htdocs </VirtualHost> # NameVirtualHost <VirtualHost *> ServerName "local.desktop" DocumentRoot /Users/*/Desktop </VirtualHost>
You need to login to post a comment.
