I wonder, how does tumblr doing profile url like this:
http://www.username.tumblr.com/
http://username.tumblr.com/
I know we can change the profile url
http://www.website.com/profile.php?user=username
to
http://www.website.com/username
using the following RewriteRule
RewriteRule ^([^/]+)/?$ profile.php?user=$1 [L,QSA,NC]
I don't know how tumblr doing those profile urls.
How can we make user profile urls like this:
http://www.username.website.com/
http://username.website.com/
I have a VirtualHost.