Page is a not externally linkable
mattdw - 4:08 pm on Jul 9, 2009 (gmt 0)
Alias /foo/ "t:/home/htdocs/" If I remove the DocumentRoot directive, it still doesn't work. Also, the Windows logs didn't have any more information than Apache spits out with the -e debug flag set. I was hoping someone had figured this out by now, and if I get it working, I'll be sure to post back.
Unfortunately the aliasing didn't work. I tried something like the below, but it gives me a warning saying it can't find "C:/foo", which doesn't exist of course.
<Directory /foo>
AllowOverride None
Options IncludesNoExec
AddOutputFilter Includes html
AddHandler type-map var
Order allow,deny
Allow from all
</Directory>
DocumentRoot /foo/