Quick Jump Menu
Categories
There are no subcategories in this category.
1 Can I setup custom name servers what are the ip addresses.

Yes you can setup custom nameservers, the IP addresses will be the IP addresses of the nameservers provided in your Account Information e-mail. You can find out the IP address of a server by opening a command prompt on your pc and typing: ping <servername>…

2 Can my free hosting account run wordpress

Wordpress required the following : PHP 5.2.4 or greater MySQL 5.0 or greater The mod_rewrite Apache module These are all available on free hosting. What will not work : ================ Auto Wordpress updates Email sending *any plugins/features that require…

3 Do I need my own domain name ?

You do not need to own your own domain name to open an account with us, all of our plans include a free domain or subdomain you can use to get started.

4 Force SSL on admin area for wordpress causes redirect loop.

If you add define('FORCE_SSL_ADMIN', true); To your wp-config.php file when using free hosting, it is no longer possible to login to wordpress due to a redirect loop. To fix this, in your wp-config.php file at the very bottom add the following : if ($_SERVER['HTTP_X_FORWARDED_PROTO']…

5 How do I reset my wordpress admin password / forgot wordpress password admin

The following page explains howto reset your wordpress admin password http://codex.wordpress.org/Resetting_Your_Password

6 How do I reset my joomla password / lost joomla admin password

If you have lost your Joomla admin password you can follow the steps in this article to reset the password : http://docs.joomla.org/How_do_you_recover_or_reset_your_admin_password%3F

7 Installing Moodle on free hosting using the script installer.

When installing moodle on free hosting using the script installer an important change needs to be made. The data directory defaults to a folder that is NOT in the htdocs folder causing issues, to correct this the following must be completed. eg the data directory…

8 PHPBB3 HTTP input character conversion: mbstring.http_input must be set to pass

If on installing phpbb3 you receive the following message : "HTTP input character conversion: mbstring.http_input must be set to pass" then do the following, 1) download the attached .htaccess file 2) upload the .htaccess file to the folder where phpbb3 is…

9 Uploading a large image attachment using SMF fails.

If you receive a white screen when uploading a large image attachment using SMF then to fix follow the below steps : 1) download the file Sources/Subs-Graphics.php from your hosting account 2) edit the file using notepad, and locate the line (around line…

10 What are the name servers to use

Once you have registered an account with us you will receive an email including all of your account information, this will include your allocated nameservers to use. If you have any issues or questions regarding setting up your nameservers for your domain…

11 wordpress running slow

The following plugin will help WP use less server resources and speed up your website http://wordpress.org/extend/plugins/w3-total-cache/ Once the plugin is installed please ensure that you go into the plugin configuration in your wp-admin section and enable…