On Apr 26, 3:46 pm, Kenneth Gonsalves <law...@au-kbc.org> wrote:
> On Friday 23 Apr 2010 6:03:33 pm Massimiliano della Rovere wrote:
>
> > does apache have the rights to open the file and enter the directories
> > smedia and images?
>
> yes

This sort of loss of a slash is usually caused by people writing:

  Alias /smedia /home/user/media/

or:

  Alias /smedia/ /home/user/media

Instead of:

  Alias /smedia/ /home/user/media/

I can't remember which.

You have to be consistent and ensure slash used on both arguments to
Alias.

Are you 100% sure that you aren't missing a slash in the Alias
directive somewhere in your Apache configuration?

Graham

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to