No, DirectAdmin is not like all other control panels.
However, it sells in a market, against all other control panels.
Plesk offers frame-based forwards. Therefore DA should.
Why? So we can get those Plesk-based customers over to us
.
Here's an example of what we've done, and how we've done it:
Note that this is specifically NOT any kind of advertisement; I hope you're paying a good deal less than what we charge for domains at this particular website:
This is simply an example...
We sell domains at our url "http://domains.nobaloney.net/".
There are three files in the public_html directory; the standard index.html and logo files created when DA created the site, and the .htaccess file created when we used the DA site-redirection command.
Here's the link you'll be redirected to if you visit "http://domains.nobaloney.net/":
https://secure.ezsecureusa.com/nobaloney/domains
(Note the redirection to a secure site; that's a side feature of redirection; you can use it to force your visitors to your secure site.)
We do the redirection because our domains site uses our sitewide secure cert which we also make available to our hosting clients who want to use our shared cert (they get their own subdirectory at secure.ezsecureusa.com).
But the site at "https://secure.ezsecureusa.com/nobaloney/domains" isn't really a site either; it's actually a frame forward to:
https://secure.registerapi.com/order/register/check.php?siteid=9971
which is hosted at Dotster, and which is not really the URL we want our clients to see.
But because DA doesn't do Frame Forwarding, we had to do it ourselves; here's the contents of our index.html file in the /nobaloney/domains path of the private_html subdirectory of secure.ezsecureusa.com:
Code:
<HTML>
<FRAMESET ROWS="*,0" FRAMEBORDER=0 BORDER=0 FRAMESPACING=0>
<FRAME SRC="https://secure.registerapi.com/order/register/check.php?siteid=9971"
</FRAMESET>
</HTML>
This is what would be easier if DA included Frame Forwarding
.
And while I'm add it, can I ask for Site Aliasing as well
?
(Site Aliasing would allow us to have two sites pointing to the same DocumentRoot; it can be done either by creating a new container file, or a new ServerAlias directive inside the existing container file.)
Jeff