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

ahoeben’s picture

> 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.

pschraier’s picture

Thank you for your prompt reply. I will have to think of something else.

ahoeben’s picture

Status: Active » Closed (fixed)