
 |
Domain Name licences are issued for a two year term with the option to renew.
Official Certificates of registration issued.
Free Domain Renewal Reminder Service.
All fees noted on this website are quoted in Australian dollars.
no hidden costs
no delegation fees
no setup fees
no administration fees
online management
|
 |
|
|
 |
 |
 |
All you need to know about domain names and web hosting to help you set up rapidly and make the most of our services.
|
 |
|
 |
 |
What information and server paths do I need to run a CGI script? |
 |

 |
CGI scripts must be run from the cgi-bin directory which is outside the httpdocs directory. CGI scripts need to have a .cgi or .pl extension.
cgi-bin absolute path = /var/www/vhosts/yourdomain.com/cgi-bin/yourscript.cgi
cgi-bin relative path = /cgi-bin/yourscript.cgi
cgi url = http://www.yourdomain.com/cgi-bin/yourscript.cgi
public directory absolute path = /var/www/vhosts/yourdomain.com/httpdocs
path to Perl = /usr/bin/perl
path to sendmail = /usr/sbin/sendmail
path to the date program = /bin/date
|
 |

|