1

i was wondering how i can get users to sign up and assign them a subdomain i.e. http://username.tumblr.com like tumblr and blogger, and why do they use subdomains, and not blogger.com/username, easy urls, thanks

getaway
  • 8,792
  • 22
  • 64
  • 94

2 Answers2

1
  1. wildcard (*) subdomains
  2. because username.service.tdl is more "individual" then service.tdl/username

for an example with symfony read Advanced-Routing

teemitzitrone
  • 2,250
  • 17
  • 15
1
  1. You have to create a wildcard dns entry (see this question).

  2. There are a couple reason why someone might do this.

    1. It's a different domain so search engines see it as a different website and assign it its own pagerank/value.
    2. it looks "nicer" and feels more personalized to the user.
Community
  • 1
  • 1
Galen
  • 29,976
  • 9
  • 71
  • 89