Is this even possible to do
Posted by: czd2002 (---.hsd1.co.comcast.net)
Date: March 13, 2008 10:18PM

I have a site setup under C:\wamp\www\site i want to setup another site under F:\site is this possible to do have two site one on one hard drive and one on another.

Options: ReplyQuote
Re: Is this even possible to do
Posted by: damador (---.acn.waw.pl)
Date: March 13, 2008 11:54PM

take a look into C:\wamp\alias conf's

Options: ReplyQuote
Re: Is this even possible to do
Posted by: hingsmaf003 (---.dyn.optonline.net)
Date: March 14, 2008 02:32AM

yes it is in ur virtual hosts folder just create a new virtual host and set the dociment root to the folder that contains the site on the f:drive ie

<VirtualHost *:80>
ServerName ims4000.hingsmaf.com
ServerAlias ims4000
DocumentRoot f:/wamp/www/ims4000
ErrorLog f:/wamp/www/ims4000/logs/error.log
CustomLog f:/wamp/www/ims4000/logs/access.log common
</VirtualHost>

see how its pointed to the f: drive if u dont know how or havent already set up vhsosts check out jlbns guides at jlbn.net and take a look at the virtual hosts guide it will show u

Options: ReplyQuote


Sorry, only registered users may post in this forum.