jwnetsource
Verified User
My DNS (third-party provider) is configured to send everything for a specific domain to a single IP.
For example, everything for jwnetsource.com, including; xxx.jwnetsource.com:
Host Name ---- Record Type ----- Address
-----------------------------------------------
www --------- A --------------- 204.109.63.2
@ (none) ----- A --------------- 204.109.63.2
* (other) ----- A --------------- 204.109.63.2
So, as long as the domain is configured on the server the address resolve appropriately, i.e.; http://jwnetsource.com/ works just fine.
But, if the domain is not configured on the server, such as http://support.jwnetsource.com/ it resolves to the server main default page (follow the link) for example.
This server (FreeBSD 7.2) was setup from scratch with a DirectAdmin install, which puts things in locations that I’m not familiar.
Two questions,
For example, everything for jwnetsource.com, including; xxx.jwnetsource.com:
Host Name ---- Record Type ----- Address
-----------------------------------------------
www --------- A --------------- 204.109.63.2
@ (none) ----- A --------------- 204.109.63.2
* (other) ----- A --------------- 204.109.63.2
So, as long as the domain is configured on the server the address resolve appropriately, i.e.; http://jwnetsource.com/ works just fine.
But, if the domain is not configured on the server, such as http://support.jwnetsource.com/ it resolves to the server main default page (follow the link) for example.
This server (FreeBSD 7.2) was setup from scratch with a DirectAdmin install, which puts things in locations that I’m not familiar.
Two questions,
- What files (please include path) need to be changed to change the server default page (“Apache is functioning normally”)
- The server hosts multiple virtual domains. With that in mind, is there a way to configure the server to resolve to a specific page based on the higher-level domain request. For example; http://support.jwnetsource.com/ (doesn’t exist) resolves to a default page at http://jwnetsource.com and a request for http://weather.nollarwind.com resolves to a specific page at http://noloarwind.com?