Apache server, PHP
- by user65649
I am running a php site on my apache server (Mac). I am having trouble displaying images on the site when I access it externally or from another computer on the same server. If I try to access the image directly.
website.com/image.jpg I get a broken link icon and can't display the image.
Any ideas what could cause this?
My images are embedded using a style.css file.
background-image:url(image.jpg);