 |
Apache2Triad Help, Support and Development The apache2triad help , support and development forums
|
| View previous topic :: View next topic |
| Author |
Message |
grinch
Joined: 10 Feb 2006
Posts: 1
|
| Posted: Sat Jul 01, 2006 7:25 pm Post subject: point to differnt hd for virtual host |
|
|
| just been going crazy trying to point to my D:/ using virtual host. can some one lead me in the right direction please. |
|
| Back to top |
|
dale
Joined: 11 Jun 2006
Posts: 51
Location: las vegas, nv
|
| Posted: Sat Jul 01, 2006 10:32 pm Post subject: |
|
|
Try this, change the c to a d in the virtualhost container in the DocumentRoot line
<VirtualHost 192.168.0.147:80>
ServerAdmin support@yourdomain.com
DocumentRoot "c:/yourwebsitefolder"
ServerName www.yourdomain.com
</VirtualHost>
<VirtualHost 192.168.0.147:80>
ServerAdmin support@yourdomain.com
DocumentRoot "d:/yourwebsitefolder"
ServerName www.yourdomain.com
</VirtualHost> |
|
| Back to top |
|
| |
|