Hi,

If i understood ur question properly

you need a URL rewrite. you can try either

Apache Rewrite (1st Preference) or
you can also import a django app "django.contrib.redirects"

which will help u in redirecting URL's

Regards
//Vikalp



On Sun, Nov 21, 2010 at 4:18 PM, mongoose <darrenma1...@gmail.com> wrote:

> Hi there,
>
> I've created some flatpages and they work great. For example
> http://127.0.0.1:8000/home/ and http://127.0.0.1:8000/blog/
>
> I'm catching my flatpages with
> urlpatterns += patterns('',
>    (r'', include('darren_web.flatpages.urls')),
> )
>
> What I want though is for http://127.0.0.1:8000/home/ to come up as
> http://127.0.0.1:8000/
> How can I do this?
>
>
> Thanks
>
> --
> 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<django-users%2bunsubscr...@googlegroups.com>
> .
> 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 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