
If you have an Internode broadband service, you are eligible for 50 Megabytes of complimentary non-commercial webserver space.
Webserver space is simply hard disk space on one of Internode’s computers, visible to the World Wide Web. This space can be used to display your own website, if you wish.
This space is available immediately; you simply need an FTP client and the connection details below.
Personal Webspace is only available to Internode broadband and dialup customers, and is for PERSONAL, NON-COMMERCIAL USE ONLY. Commercial webspace can be rented from Internode for a competitive fee (see our Business Web Hosting pages for more information).
| FTP Server/Hostname | ftp.users.on.net |
| Username | yourusername |
| Password | yourpassword |
| URL/Webpage Address | http://www.users.on.net/~yourusername/ |
For full connection information, see our page on uploading files.
This information defines your website, and allows only people with the username and password to change the web pages. You are welcome to change your website as much as you like, free of charge. As soon as you have a working site, with valid HTML pages, you can start having visitors. Your URL or website address is as shown - http://www.users.on.net/~yourusername.
The information contained below is for users with advanced knowledge of web and scripting. If you don't understand the information below, it's likely that you don't need to know about it.
NOTE: features mentioned below are subject to change.
The following items are not supported on personal webspace, customers requiring the use of the following items will need to purchase commercial webspace (see our Business Web Hosting pages for more information).
Click here for instructions on how to find out the path to your home directory.
PHP scripts should be treated as CGIs, therefore you should make them executable as you would a Perl or shell script. Failure to do this will probably result in the display of an 'internal server error'
We recommend permissions of 705 or 755.
To make a PHP page which shows all the information about PHP, simply copy the below code and save it as phpinfo.php, upload it to your webspace, then look at the file in a web browser.
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
Note: features mentioned in phpinfo are subject to change.
For further tips and hints on using CGI with your webspace please click here. (Please note that some of the information on this page is applicable only to corporate hosted customers).
Further information on how to password protect parts of your webspace and general webspace security can be found by clicking here.