I have a login required page at:
http://site1.example.com/widget/52312
If I email someone that link for them to click on, they get sent to the Login prompt. But after they login they end up going to http://example.com/widget/52312. How do you keep the subdomain in the site preserved when a user gets prompted through a login process?
NOTE: The 'site1' is specific to the logged in user and not set for the whole machine in Apache. Each user has their own subdomain, but the links they are clicking on DO include their specific subdomain.