Hi,
This is what I've put in my httpd.conf
I've created the above folders on my drive.
My 'main' server configuration looks like this:
I've been through the FAQs in here w/o getting it working. I was hoping to make separate hosts for each of my customers -in the above example I though I could just type in Can't make it spin.
Any advice is greatly appreciated. Thanks ;-)
This is what I've put in my httpd.conf
Code:
<VirtualHost *:80>
ServerName id.me
ServerAlias [URL unfurl="true"]www.id.me[/URL]
ServerAdmin admin@localhost
DocumentRoot "C:/htdocs/customers/id/www"
ErrorLog "C:/htdocs/customers/id/logs/error.log"
CustomLog "C:/htdocs/customers/id/logs/access.log"
</VirtualHost>
I've created the above folders on my drive.
My 'main' server configuration looks like this:
Code:
ServerAdmin admin@localhost
ServerName localhost:80
DocumentRoot "E:/Programmer/xampp/htdocs"
I've been through the FAQs in here w/o getting it working. I was hoping to make separate hosts for each of my customers -in the above example I though I could just type in Can't make it spin.
Any advice is greatly appreciated. Thanks ;-)