Jump to content

subdomain creation?


ohdang888

Recommended Posts

Any big web site will use the proper sub domain from there real domain name.

 

but saying that also there use mod rewrite some url for security.

 

what is it you need to learn cheers.

 

buy the way it normally apache server that does all the work and a php plugin to get it to work with php.

 

 

Link to comment
https://forums.phpfreaks.com/topic/176504-subdomain-creation/#findComment-930401
Share on other sites

How do I create subdomains?

 

Everyone has a "www" subdomain (In "www.yourdomain.com", the "www" part is the subdomain). The www subdomain is created by, and serves files from, your /htdocs/www directory on the filesystem.

 

To add more subdomains, just create new subdirectories in the /htdocs directory.

 

For instance, if you had the domain name mychevycars.com and wanted a subdomain for Corvettes, then you would just create the directory /htdocs/corvettes and upload the files in there that you wanted to see at http://corvettes.mychevycars.com

 

taken from http://forums.digitalpoint.com/showthread.php?t=53570

Link to comment
https://forums.phpfreaks.com/topic/176504-subdomain-creation/#findComment-930406
Share on other sites

How do I create subdomains?

 

Everyone has a "www" subdomain (In "www.yourdomain.com", the "www" part is the subdomain). The www subdomain is created by, and serves files from, your /htdocs/www directory on the filesystem.

 

To add more subdomains, just create new subdirectories in the /htdocs directory.

 

For instance, if you had the domain name mychevycars.com and wanted a subdomain for Corvettes, then you would just create the directory /htdocs/corvettes and upload the files in there that you wanted to see at http://corvettes.mychevycars.com

 

what that saying is create a www directory folder, then create a sub domain, then show the directory www/new-sub-domain.co.uk with the new sub domain and you got a full domain name.

 

That also funny to technically think about if your into dns.

Link to comment
https://forums.phpfreaks.com/topic/176504-subdomain-creation/#findComment-930409
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.