Menollo Guest
|
Posted: Wed Apr 26, 2006 10:42 am Post subject: Alias win32 path |
|
|
I'd like to have an stream on demand server...
For alias i have to use this:
<alias source="/foo" dest="/bar"/>
but ik dont know how to use an alias from anohter partition in windows
I need somesing like this:
<alias source="/muziek" dest="E:\Muziek" />
does anyone knows how to do this?
(in apache i use (in httpd.conf): Alias /muziek/ "E:/Muziek/" ) |
|