Hi guys.

I'm developing a system that gives a user a sub domain for their
account.

I found this article, 
http://www.rossp.org/blog/2007/apr/28/using-subdomains-django/,
which is really helping. But the problem I'm having trouble thinking
through is how I could give sub domains certain urls that the main
domain wouldn't have. For example:

A user's account would be user.domain.com. When they access that it
would redirect to user.domain.com/login. I don't want the normal
domain.com to be able to go to /login without being a sub domain.

Ideas on how I should implement this would be great.

Thanks,
Levi
--~--~---------~--~----~------------~-------~--~----~
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