Hey all, I have a Django app that serves to multiple domains. In the primary domain (lets call it primary.com) I have some page that are server via the path - primary.com/a/<key> I want users from another domain (lets call it secondary.com) to be able to get to this path : primary.com/a/<key> by entering secondary.com/<key> (Both domains have a CNAME record pointing to the same server)
Is there a way to reconfigure the URLCONF for specific domains so that it will automatically go to a different urls file? Best, Guy -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/bdc0213d-ecb9-4a78-b696-0307e80b8195%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
