Re: redirecting subdomain requests

2005-10-16 Thread Alice
> But learning just enough about mod_rewrite to do the job would probably be > less work. Absolutley. For those, like me, who are not veterans in everything, here are some good starting points: Apache's mod_rewrite docs: http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html A decent

Re: redirecting subdomain requests

2005-10-16 Thread Jason F. McBrayer
On Sun, 2005-10-16 at 14:27 +, Alice wrote: > I'm just learning regular expressions (something I've put off for ages > now), and was wondering if it was possible to redirect from a subdomain > to somewhere within my project using Django, i.e. > > redirect 'Subdomain.domain.com.au/appname/'

redirecting subdomain requests

2005-10-16 Thread Alice
I'm just learning regular expressions (something I've put off for ages now), and was wondering if it was possible to redirect from a subdomain to somewhere within my project using Django, i.e. redirect 'Subdomain.domain.com.au/appname/' to 'domain.com.au/appname/pagename' or is this better