DNS Pointer vs DNS Alias

nikdahl

Verified User
Joined
Mar 14, 2005
Messages
65
Location
Seattle, WA, USA
In previous versions of DA, there was an option while setting up a "DNS Pointer" to set it up as an "Alias".

Ex:
www.primary.com displays as www.primary.com.
www.second.com displays as www.second.com. But they both have the same content (content comes from the same place).

Instead, now, with just a domain pointer,

www.primary.com displays as www.primary.com.
www.second.com displays as www.primary.com. Again, they both have the same content.

Is there a way to setup an alias from the control panel still? I can set it up from the server side, of course, but I'd rather have clients be able to do this for themselves.
 
In case anyone else is interested..

<input type=checkbox name=alias value="yes" checked>Create as an Alias   

is the code..
 
Back
Top