You can just replace the regex ^/comments/$ with ^/sees/comments/$ within the urls.py
Why can't you do that? On Wed, Dec 9, 2009 at 12:10 PM, Amit Sethi <[email protected]>wrote: > Hi all , I need some help understanding the mod rewrite module of apache . > What I wished to do want that i had a comments folder by the name of > /comments/ . Now i run a django project on /sees and i want all the call to > /comments/ be redirected to /sees/comments and than be handled by the wsgi > file but the rewriting is not happening is it possible to rewrite url and > than route it through wsgi script > > -- > A-M-I-T S|S > > -- > 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]<django-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Regards, Lakshman becomingguru.com lakshmanprasad.com -- 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.

