i have created subdomains for my main site .
like cdn1.abc.com cdn2.abc.com cdn3.abc.com
and all pointed to / . but when i try to use cdn1.abc.com in url .. it does not work.. it should work rite. anything else i have to do?
feedback
|
This question came from our site for professional and enthusiast programmers.
|
With your virtual host settings, you need to add a ServerAlias, sort of like this:
You could also do "*.abc.com" on that line instead, if you wanted to allow all subdomains. | |||
|
feedback
|
|
You need to setup Apache to serve your files for all of the subdomains. | |||||
feedback
|