I have Apache 2.4 HTTPD server installed on Windows 10. I could register the 
folder of the HDD connected by USB with Alias.

However, the network drive of the LAN connected HDD cannot be registered as 
Alias.

Please tell me how to assign Alias of network drive of LAN connection HDD with 
Apache2.4.

Also, please tell me if there is a method other than Alias setting that allows 
you to register content on a LAN-connected HDD.
thnak you foe reading my mail






Alias /v2 "F:\MyVideo2"

<Directory "F:\MyVideo2">
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>

Alias /v3 "\\LS210DA0C\\video"

<Directory "\\LS210DA0C\video">
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>

Reply via email to