Saturday 26 March 2005 7:40:53 am
Hi, I an running apache on Windows 2000 Server and I am having problem with Alias directive. I can do it and it is working fine with local hard drive. But, when I mapped network drive, and created an alias for that drive, it didn't work. I couldn't even start apache. Please see my configuration below.
Alias /temp/ "Z:/temp/"
<Directory "Z:/temp">
Options Indexes MultiViews
Allow from all
Order allow,deny
AllowOverride None
</Directory>
NOTE: <b>Z:</b> is a mapped network drive. Can anyone tell me why doesn't it work? Did I do anything wrong? Or, apache never works with mapped network drive? Please help! Thank you in advance. Roda
|