Hi,

Initially, my setting in apache is

<Location "/">
...
</Location>

The web request http://www.mydjango.com will be handle by my django
page.

Now, i want to change the web request to http://www.mydjango.com/pepsi,
to be handled by my django page.
I do not want to change the urls.py in my django project.

This do not work.
<Location "/pepsi/">
...
</Location


How do i configure the apache to support this?

Thank you.
--~--~---------~--~----~------------~-------~--~----~
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