I have a site that uses the subdomain module and all of my users have a url that looks like user.mysite.com
Can I use me.mysite.com so my users can jump to their pages from the main site? Also, what about wildcards?
Can I specify me.mysite.com/% or something similar?
Comments
Comment #1
ahoeben commented> Can I use me.mysite.com
No, you can't. Unless the subdomain module forwards the subdomain information to the query string. me.module can only look in the query-string.
Due to the nature of the menu system (at least pre-drupal6), wildcards are not necessary.
Comment #2
pschraier commentedThank you for your prompt reply. I will have to think of something else.
Comment #3
ahoeben commented