1

How does Tumblr handle account subdomains like blogname.tumblr.com? Is it an .htaccess redirect? If so, what code can I use to make something like that on my site?

Vladimir Starkov
  • 19,264
  • 8
  • 60
  • 114
Colby Aley
  • 331
  • 3
  • 9

1 Answers1

1

Apache/2.2.3 (CentOS) && PHP, so it can be .htaccess redirects, but i think that is serverside & database redirects 'cause it is more flexible and fast solution than one big .htaccess file, which is locked every time you rewrite it with new data.

Related links:

Community
  • 1
  • 1
Vladimir Starkov
  • 19,264
  • 8
  • 60
  • 114