I'm sure this is simple and I'm just not constructing the URL
properly. Basically, it used to be a drupal site, with the cruddy old
Drupal every url is a querystring setup. What I want is pretty
simple... all of those old URLs resolve to the home page and send a
301 to the spider.

I tried:
        (r'^?q=taxonomy/term/[0-9]+$', redirect_to, {'url': '/', 'permanent':
True}),

And failed most spectacularly. Do I need to be escaping something, or
what am I missing?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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