Subdomain: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Upazixorys (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
To setup a subdomain on the Uniform Server, your best option is to use a [[VirtualHost]]. Once your VirtualHost is set up, you need to also configure your domain, normally with a CNAME entry, pointed to the same location as the root domain. This basically tells the DNS to direct requests to the subdomain to the same location as requests to the main domain. Therefore, both requests end up going to your Uniform Server. | >To setup a subdomain on the Uniform Server, your best option is to use a [[VirtualHost]]. Once your VirtualHost is set up, you need to also configure your domain, normally with a CNAME entry, pointed to the same location as the root domain. This basically tells the DNS to direct requests to the subdomain to the same location as requests to the main domain. Therefore, both requests end up going to your Uniform Server. | ||
Example DNS Records: | Example DNS Records: | ||
{| border= | {| border="1" | ||
|- | |- | ||
! HOST | ! HOST | ||
Line 25: | Line 25: | ||
[[Category: Application]] | [[Category: Application]] | ||
[[Category: Development]] | [[Category: Development]] | ||
---- | |||
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | |||
---- | |||
=[http://onisepoxena.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]= | |||
---- | |||
=[http://onisepoxena.co.cc CLICK HERE]= | |||
---- | |||
</div> |
Revision as of 23:28, 17 November 2010
>To setup a subdomain on the Uniform Server, your best option is to use a VirtualHost. Once your VirtualHost is set up, you need to also configure your domain, normally with a CNAME entry, pointed to the same location as the root domain. This basically tells the DNS to direct requests to the subdomain to the same location as requests to the main domain. Therefore, both requests end up going to your Uniform Server.
Example DNS Records:
HOST | TYPE | VALUE |
---|---|---|
example.com | A | 255.255.255.255 |
dev.example.com | CNAME | example.com |
Working With Localhost
Without direct access to the Records for localhost, if you are developing on a local server, see Working With The HOSTS File for more information on setting that up.