Re: Apache Images

2007-03-04 Thread Fes
My mistake I was missing the media from the url... It should be MEDIA_URL = 'http://'+ get_ip_address()+'/media/images/' On Mar 4, 8:36 pm, "Fes" <[EMAIL PROTECTED]> wrote: > Hi, > > I am having problems with my apache setup. I get a 404 error when > displaying images. > > My settings file is: >

Apache Images

2007-03-04 Thread Fes
Hi, I am having problems with my apache setup. I get a 404 error when displaying images. My settings file is: MEDIA_ROOT = 'C:\Program Files\Apache Software Foundation \Apache2.2\htdocs\media\images' MEDIA_URL = 'http://'+ get_ip_address()+'/images/' And I have the following in my .conf file: