I have an alias entered at a site that reads a folder for me after another partition. Is it possible to use a folder from another computer in the network instead of the partition?
Now:
Alias "/Movie" "E:/Movie"
<Directory "E:/movie/">
Require all granted
</Directory>
What i want:
Alias "/Movie" "http :// 192.168.1.3 /E:/movie/ "
<Directory " http ://192.168.1.3 /E:/movie/ ">
Require all granted
</Directory>
Now:
Alias "/Movie" "E:/Movie"
<Directory "E:/movie/">
Require all granted
</Directory>
What i want:
Alias "/Movie" "http :// 192.168.1.3 /E:/movie/ "
<Directory " http ://192.168.1.3 /E:/movie/ ">
Require all granted
</Directory>