Apache server, PHP
        Posted  
        
            by 
                user65649
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by user65649
        
        
        
        Published on 2011-01-04T21:14:19Z
        Indexed on 
            2011/01/04
            21:56 UTC
        
        
        Read the original article
        Hit count: 186
        
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);
        © Server Fault or respective owner