Yes.. I got this working. I used wildcard CNAME record ( * )  and then
used this code to redirect.
if auth.user and auth.user.username != subdomain:
    redirect('http://'+auth.user.username+'.'+get_request_path())

Thanks for the support!

On Feb 23, 9:31 am, pbreit <pbreitenb...@gmail.com> wrote:
> Did you ever get this working how you wanted? Did you stick to a wildcard
> CNAME or A record? It seems to me that if you use an A record, the domain as
> displayed in the address bar continues to include the sub-domain. Whereas a
> CNAME does more of a redirect. Do I have that right?

Reply via email to