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