It turned out to be a problem with how I was formating my wordpress urls.
Sorry for the post, thanks for the help! I'm sure LocationMatch will be
helpful soon :)

On Mon, Apr 27, 2009 at 12:38 PM, Malcolm Tredinnick <
malc...@pointy-stick.com> wrote:

>
> On Mon, 2009-04-27 at 12:25 -0700, keegan3d wrote:
> > I'm having trouble getting django to ignore my blog urls.
> >
> > I run wordpress from /blog, and django from /. /blog is working, but
> > if I try to navigate to anything deeper django takes over.
> >
> > http://inscopeapps.com/blog/ - works
> > http://inscopeapps.com/blog/wp-django/ - does not work
> >
> > I set this in the apache conf but it didn't work:
> > <Location "/blog">
> >     SetHandler None
> > </Location>
>
> This isn't really a Django related question. It's about how to configure
> Apache.
>
> Have a look at the documentation for the Location directive in the
> Apache manual. Also have a look at LocationMatch. They're different and,
> in particular, Location is a much more specific match and doesn't
> extrapolate to treating the URL you've specified as the root of a
> sub-tree.
>
> Regards,
> Malcolm
>
>
>
> >
>


-- 
David Keegan
http://inscopeapps.com
http://keegan3d.tumblr.com
http://twitter.com/keegan3d
http://dewdcast.com

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