On Fri, Apr 25, 2008 at 8:59 AM, Ben <[EMAIL PROTECTED]> wrote:

>
> Karen wrote:
> > If you include the trailing slash on the first part (url-path), then you
> > need to include it also on the second part.
>
> Thanks for your reply.  I now have the trailing slash in both places, but
> still a 404
>

You did restart apache after making the change?


>
> >>
> >
> > Check the error log as well, this will print out the actual file name
> > apache
> > is trying to read.  For the config you have posted, I expect you will see
> > there is a slash missing between 'admin_media' and 'css'.
>
> There is nothing of interest in the error log.  The slashes and everything
> else look OK in the access log:
> GET /admin_media/css/dashboard.css HTTP/1.1" 404 2054
>

Nothing of interest?  Is there anything related to the admin media file you
are requesting?  The access log isn't particularly interesting here, it is
the error log that will show the cause of the 404 (assuming the url is being
handled by apache itself), since it is where you will see the actual file
name apache is trying to access.  If you see nothing about the admin media
file in the error log, that would seem to imply your SetHandler None for the
admin media urls isn't taking effect.

Karen

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

Reply via email to