I'm trying to get my <img>
source to point at a file in another directory, but I'm struggling.
Currently it is:
<img src="../home/image.jpg">
When my apache2 server is in:
/var/www/html/mypage.html
I thought .. should get me there, but it doesn't work :(
Running apache2 webserver on Linux.
Edit:
I also tried ../../../home/user/image.jpg
, as I believe this should take me back 3 directories?