I am also having this problem.  All of my request.META['PATH_INFO']
result in '/'
do you know what it was that resolved this?!?!

On Jan 30, 10:25 am, Bram - Smartelectronix <[EMAIL PROTECTED]>
wrote:
> Graham Dumpleton wrote:
>
> > This can occur where you are using Location directive set to '/' and
> > the actual DocumentRoot directory is specified and has physical
> > directories which correspond to the leading components of the logical
> > URL.
>
> > Ie., if under your document root you have directory '/hello/this/is/
> > my' and you request '/hello/this/is/my/path', thenPATH_INFOcan end
> > up being just '/path' as Apache matched the bit of the URL before that
> > to the physical directories. If this is indeed what happened, then
> > SCRIPT_NAME would be '/hello/this/is/my'.
>
> Removing all the currently unnecessary things from the apache conf file
> solved the problem. Now it's only hosting django, it's media files and trac.
>
> thanks for the hints!
>
>   - bram


--~--~---------~--~----~------------~-------~--~----~
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