Registration Details Domain Names
au Domain name specific Registrant details .au domain names have very specific requirements determined by .au policy, which is set by the .au Domain Regulator auDA. (http://www.auda.org.au) *** If you are still unsure about what to enter after reading this page, please contact us or just put in all the fields you […]
How do I CLEAR my Browser Cache ?
Your browser cache is storage of temporary internet files to speed up page load time when visiting sites on the internet. When you visit a web page, your browser will load a cached version of that page (including HTML, CSS, images, etc.) so that it loads quicker the next time you visit the same page. […]
How to setup Custom Error Pages
How to setup Custom Error Pages Custom Error Page allows you to have your own custom personal error pages instead of using the web hosting provider’s error pages or having no page. This makes a website look very much professional in the unlikely event of an error. Web master can also write scripts to […]
Domain Name Registration Issues
Can I rely on my Registered Business Name alone to register a com.au or net.au domain name? What are my obligations as a registrant? How do I delegate/redelegate my domain name? How do I transfer to another registrar? How do I recover my domain name password? How do I delete a domain name? How do […]
How do I recover my domain name password?
Your registrar or reseller is able to assist you to recover your domain name password. To recover your domain name password please use the password recovery tool. For more information see auDA’s Domain Name Password Policy.
Transfers (Change of Registrar of Record) Policy (2003-03) .AU Domain Name
1. BACKGROUND 1.1 This document sets out auDA’s policy on the transfer of a registered domain name which results in a change to the registrar of record in the registry database. This includes the following scenarios: a) where a registered domain name is transferred by the registrant from one registrar to another registrar; b) where […]
How do I transfer a .com, .net, .org, .biz, .info, .us or .asia domain name out of Melbourne IT?
In order to transfer your domain name license out of Melbourne IT, you will require your authorisation code. Once you have obtained the authorisation code, you will need to contact your gaining registrar (the company you are moving to) and initiate a transfer request. If you do not have your auth code, please click on […]
How do I use FTP to upload my website?
Typically the use of FTP is to manage your web files through a third party FTP program such as FileZilla. The benefit of using FTP is that a user can bulk upload web files directly to the server. Depending on your program, various settings must be configured to ensure connectivity is made between your local […]
How do i upload my website?
To get your web files online can be achieved through various mediums and what works best for one may not necessarily work for the other. This guide looks at uploading your files directly through your Control Panel and using a third party FTP program called FileZilla. Uploading content using an FTP program (FileZilla) This guide […]
Why is my DNS not working?
There are many reasons why your DNS may not be working. Firstly check that your domain name is delegated to the correct name servers. For DNS services to work your domain should be delegated to: ns1.secure.net ns2.secure.net You should also check that the destination domain, host name or IP address is active for your A […]
Is it possible to create FTP accounts to go to a certain directory on the server that is not your_domain/your_name/? We need to be able to create FTP accounts that only go to a specified directory.
Is it possible to create FTP accounts to go to a certain directory on the server that is not your_domain/your_name/? We need to be able to create FTP accounts that only go to a specified directory. Article ID: 415 Last Review: Mar, 26 2012 Views: Resolution This feature is planned to be implemented in the […]
PHP Mcrypt Plesk 10.3
Upgrading PHP 5.3 on Plesk 10.3 http://kb.parallels.com/en/111711 After following this guide you will need to manually remove the following packages: rpm -e –nodeps psa-php53-configurator php53-sqlite2 http://kb.parallels.com/en/111630 Then run the following with YUM yum install php-mcrypt Make sure that YUM is installed on your CT/ Server
Installing Micro Updates & Updating Plesk
SSH into your server ssh root@yourservername.com run the following commands from the terminal: Installing Plesk Updates: /usr/local/psa/admin/sbin/autoinstaller –select-product-id plesk –select-release-current –reinstall-patch –install-component base Installing Plesk Micro Updates: /usr/local/psa/admin/sbin/autoinstaller –select-product-id plesk –select-release-current –reinstall-patch –install-component base
HOWTO: Setting Up Private Name Servers
How to set up one domain to be your DNS in Plesk You must first have the domain you wish to make your DNS already set up in Plesk. You will also need at least 2 IP’s to use for your server. For reference, in this article ‘example.com’ will refer to the domain name you […]
SugarCRM Installation error: session.save_path not set
Article retrieved from the following URL: http://itechlog.com/open-source/2009/02/18/sugarcrm-installation-error-sessionsave_path-not-set/ SugarCRM Installation error: session.save_path not set “The session.save_path setting in your php configuration file (php.ini) is not set or is set to a folder which did not exist. You might need to set the save_path setting in php.ini or verify that the folder sets in save_path exist.” Before […]
Creating a 301 redirect
How it Works A lot of us lose out on valuable search engine traffic due to incorrectly configuring our redirects. It is very import that when a search engine comes to crawl your website it is able to follow any redirects you have set up. Suppose you have a website http://www.foo.com and you create a […]
Changing Your Default Page using .htaccess
Changing The Default Page using .htaccess If you are unable to edit your master configuration files, you can use this directive from .htaccess. Just edit the .htaccess file located in your main HTML directory. If you do not have this file, feel free to create it! To change the default page, either edit the existingDirectoryIndex line or add the […]
How can I view server configuration information for PHP?
To be able to view server configuration information for your sites using PHP, insert the following code into a file named phpinfo.php which should be placed into your yourdomain.com.au/httpdocs/ directory: <? phpinfo(); ?> Save the file to your site and then use your browser to call on the file.
How do I change the PHP maximum execution time?
In an .htaccess file in the same directory as the executing script (this is normally your httpdocs or httpsdocs directories), include this line: php_value max_execution_time ? Replace “?” with the with the value you need to replace it with. Our default time is set to 30 seconds and a successful modification of the maximum execution […]