1

I'm creating a php application that runs on my intranet. let's say I have a web server that serves the domain http://domain.com. There is already an application on a subdomain called http://app1.domain.com

Can I create another sub domain called http://app2.domain.com?

Wesley
  • 32,690
  • 9
  • 82
  • 117
rjmcb
  • 121
  • 4
  • Yes, if you can set the DNS record, or have someone do it for you, then you can have a single server respond for many different domains. – Zoredache Mar 01 '12 at 02:41

1 Answers1

2

Yes you can add as many sub domains as you wish. You can even do sub sub domains if you wanted to.

John Gardeniers
  • 27,458
  • 12
  • 55
  • 109
aduljr
  • 500
  • 2
  • 5
  • 16