|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
php5 - Sub Domain Names
Hi, I'm intrigued to find out how the URL's on eBay work. The main domain name for eBay is: www.ebay.co.uk, but the signup page is www.signup.ebay.co.uk. How are the www.signup.ebay.co.uk (Sub domains) created?
|
|
#2
|
||||
|
||||
|
These are often created as a combination of DNS records (a CNAME record which points to an IP address), then an apache VHOST is usually setup for the subdomain (so that when a request comes to the IP from that subdomain it is mapped to the correct location).
Check out Apache Documentation, there are other ways to do subdomains such as wildcarding, check out the Apache Server Documentation...
__________________
Ubuntu User #13389 |
|
#3
|
|||
|
|||
|
Quote:
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > php5 - Sub Domain Names |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|