i got my blog in www.urielkatz.com and i got some of my pages index in
google and now i changed the blog to use slugs instead of post id for
post url.
so this:
http://www.urielkatz.com/archive/detail/3/
become to this:
http://www.urielkatz.com/archive/detail/google-gears-orm/

but that doesn`t work,this works:
http://www.urielkatz.com/archive/detail/3
but this with slash get me to this:
http://www.urielkatz.com/archive/detail/google-gears-orm//

which get me a 404.
my Apache Redirect are:

Redirect 301 /archive/detail/3 
http://www.urielkatz.com/archive/detail/google-gears-orm/
Redirect 301 /archive/detail/3/ 
http://www.urielkatz.com/archive/detail/google-gears-orm/

and APPEND_SLASH is set to False,but this still doesn`t work.

please help,rescue :)


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