Using a symlink in Apache

B

bushy

Guest
Installed Apache2 in Linux Mint 17.1. In the the folder "/html" I created a symlink to a different HDD that hold a number of movie files. My thinking is that it would be easy to access the movies through a browser from any computer on my local network.
I used the following command string while in the html directory: ln -sd /media/guy/movie1/Movies test
The symlink was created.
While sitting at the server if I click on "test" it opens the correct directory and exposes the files
If I surf to apache from another machine it does not show the symlink.

What am I doing wrong?
 


Latest posts

Top