Just a quick question, I played with this last night, but I didn't have much luck.
How would I set up my urls.py to redirect people who attempt to access
the root URL of the site, (ie. http://mydomain.com/) to the application
I want people to use (ie. http://mydomain.com/myapp/)
For whatever reason I couldn't figure out how to set up the url regexp to respond to a request for /
thanks in advance!
Clint
- Problems configuring urls.py to respond to / Clint Ecker
- Re: Problems configuring urls.py to respond to / Andreas Stuhlmüller