Re: mysite.com/user VS mysite.com/members/user
ok… after reading a bunch on some forums… this is possible with mod rewrite
(alot of cool things could be done with mod rewrite in .htaccess)
for example,
user types in
username.domain.com
and the user gets served
domain.com/members/username
or user types in
domain.com/username
and the user gets served
domain.com/members/username
so either way the domain gets entered, the user will still get served the same page
any mod rewrite gurus out there?
I envision a BP Admin option to select how member pages are viewed,
which would then add a condition to the mod rerwite in .htaccess
like choosing permalink structure in regular wordpress
this would be a great addition to BP