As the title says, can you alias netowrk drives? Im just trying to access some folders that are loacated on my other computer. I mapped the drive, and just put the drive in, but apache won't just start up.
Alias /Songs/ "E:/Songs"
<Directory "E:/Songs">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
that's what i have, it works fine for all the other directories that are located on my own computer.
Please help. Thanks
Alias /Songs/ "E:/Songs"
<Directory "E:/Songs">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
that's what i have, it works fine for all the other directories that are located on my own computer.
Please help. Thanks