I can't get .es domains to work
The registrar for .es requires a password for access. When you have the username and password add the following two lines to cwcconf.php.
$esusername="username";
$espassword="password";
Back to top
I can't get .gr domains to work
The registrar for .gr now requires a password for access. When you have the username and password add the following two lines to cwcconf.php. They may also need to register the IP address of youre server.
$grusername="username";
$grpassword="password";
Back to top