What is CGI?
What domains extensions do you support?
We support all international extensions (.ca .fr .co.uk .tv .dk ...) including, of course, the .com .net and .org
What is SSL?
SSL (Secure Socket Layers) provide a means for submitting encrypted data via the internet.
What is bandwidth?
The amount of data moved from the server to the browser of your visitors.
What is a virtual hosting account?
A virtual hosting account is an hosting account served off a shared physical server. This is the best way to host a web site for customers who don't want to spend thousands on an expensive server, and keeping it up and running.
What is WebPanel?
WebPanel is a powerful control panel included for free with every account. To access your WebPanel, enter http://www.yourdomain.com/cpanel/ in your browser or http://your ip/cpanel/.
What are the server path?
perl: /usr/bin/perl
sendmail: /usr/lib/sendmail
root directory: /home/username/
Of course, the "username" is the username you where assigned at the signup. Keep in mind that you must also include the public_html directory. For instance, if the user joe have a script named joe.cgi in his /cgi-bin, the full path will be
/home/joe/public_html/cgi-bin/joe.cgi
What is SSI?
SSI (Server Side Includes) is a method of calling codes into a web page
What is the cost for additional bandwidth
Additional bandwidth cost $4 per GB. That's about $0.004 per MB!
What is SSH?
SSH is a procedure to communicate with the server (on your account) like Telnet, but more secure
What is CGI?
A CGI script includes programs that enhance the quality and the functionality of a web site. For a CGI to run, the server where the web site is must have some modules installed. Our servers are ready to serve CGI, that mean you can run your own CGI on our servers.