I suspect that you can do what you want with mod_rewrite, but there is a learning curve.
Bill On Fri, Jul 2, 2010 at 11:39 AM, garagefan <[email protected]> wrote: > So i realize this isn't a specific django question but more of a > python question and setting up the config file for the server. > > I know how to set up domains, and the handler and all that for a > django site. > > But i've got a drupal site that i'm "attaching" a django gallery > too... and in fact slowly converting the site over to django as time > permits, this gallery being the first part. > > I was under the assumption that placing SetHandler None at the base > url <Location /> would result in the entire site being handled > normally and there wouldn't be an issue... however this only worked > for the home page. so then i went a long and placed the same code for > the 7 other urls, since they were returning "not found"... this didn't > change a thing. > > so basically... i need my python.conf file to allow apache to handle > the entire site except for a specific url normally (ie allowing drupal > to run) > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > 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. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

