Re: 1st page

2006-02-26 Thread Mary Adel
Thanks a lot; On Sun, 2006-02-26 at 11:35 -0800, Jan Rademaker wrote: > > ('^$', 'django.views.generic.simple.redirect_to', {'url' : '/home/'}), --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" grou

Re: 1st page

2006-02-26 Thread Jan Rademaker
No need for Apache, you can put this in your urlpatterns: ('^$', 'django.views.generic.simple.redirect_to', {'url' : '/home/'}), -janr --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

1st page

2006-02-26 Thread Mary Adel
I ma using flatpage and i make my website cairo.demo.com and i have home page but i need to redirect the url cairo.demo.com to cairo.demo.com/home/ as i have flatpage called home how is this could be made is it appache or what Thanks for all your help, --~--~-~--~~~--