Useful Links
Exclusive Affiliate-Only Offer: $9.99 Domain Names

|
Added on 03.08.09 |
| Clicks 603 |
| Rating: 5 out of 5 from 1 raters |
We'll use a name-based virtual host to configure Apache to host a subdomain with the same IP Address and Port like the parent site.All that can be possible because the server will determine by the headers which content send back to the requesting client .
NameVirtualHost *
<VirtualHost *>
ServerName www.mysite.com
DocumentRoot /www/mysite
</VirtualHost>
<VirtualHost *>
ServerName www.sub.mysite.com
DocumentRoot /www/mysite/sub_mysite
</VirtualHost>
Post your comment here or ask any question that is rilevant on what is shown in this page.
Thank you for visiting this website
There is not comments for this page yet.Be the first to post one add a comment