Forum Moderators: phranque

Message Too Old, No Replies

Multiple drives in http.conf

         

cool4cools

12:37 pm on Apr 23, 2006 (gmt 0)

10+ Year Member



hi i have my website hosted on

c:\website

but because my hdd is full

i also wanne have

d:\website\data
e:\website\data

how do i configurate apache that d:\website\data is a part of http:\\localhost?

moltar

12:49 pm on Apr 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can alias it to some subdir, e.g.:

Alias /e_drive e:\website\data

Then you can access it at [localhost...]