Forum Moderators: phranque
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: Z: 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
I have tried this way, but still didn't work. If I only use Alias directive without Directory directive, then I could only start apache, but the alias never works. I still could not open any pages. I got the following error message:
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Any idea? Please help!
Thank you.
Roda