I was having trouble getting the domain-locking to work... the form came
up as:
<form method="post" action="">
which doesn't go to manage.cgi, and thus doesn't work...
I thought the {{cgi}} vs {{CGI}} in manage/domain_locking.html
was the problem, but that isn't sufficient to correct the
problem.
OK... found it. Need to add
$HTML{CGI} = $cgi;
in sub domain_locking in manage.cgi, I put it right after the
%HTML declaration... and use
$HTML{cgi} = $cgi;
if you haven't changed your template to match all the other
action= tags
-Tom
----------------------------------------------------------------------
[EMAIL PROTECTED] | Don't go around saying the world owes you a living;
http://BareMetal.com/ | the world owes you nothing; it was here first.
web hosting since '95 | - Mark Twain