Click on the "Password & Security" icon in Preferences
Type in your existing password, next to "Old Password".
Type in your new desired password, next to "New Password".
Re-type in your new desired password, next to "New Password (Again):".
If you need help with creating a password use the Password Generator tool.
Click on the "Change your password now!" button
NOTE: mickwood.com generally uses passwords with a minimum of 16 characters and includes, numbers, letters (both lower and uppercase) and symbols.
The video below is a useful resource.
2. How do I access my SiteAdmin Control Panel?
To access your SiteAdmin control panel, visit http://www.yourdomain.com/cpanel in a web browser. You will be required to supply your web site login information. Make sure to replace "yourdomain.com" with your domain name.
Format: http://www.yourdomain.com/cpanel
Example: http://www.mickwood.com/cpanel
3. How do I setup a members only pop-up password
box?
Go to your web site cPanel. Navigate to Directory Privacy in the Files section of cPanel and select the folder you would like to protect. Simply fill in the details / settings and click 'Save'.
4. How do I create a backup of my web site, directory or hosting account?
Overview
Backups allow you to download (to your computer) a zipped copy of either you entire site (your home directory, databases, email forwarders configuration, email filters configuration) or one of the previously mentioned parts of your site. These are NOT automatically scheduled backups and it is your responsibility to backup your files..
You can backup and download the following:
Full backups
Home directory backup
MySQL database backup
Email forwarders or filters backup
You can also restore the following:
Home directory backup
MySQL database
Email forwarders or filters
Creating / Generating A Full Backup
A Full Backup will allow you to create an archive of all the files and configurations on your website. You can use this to move your account to another server or to keep a local copy of your files. You can also restore backups using the Backup or Backup Wizard tools in the File section of cPanel.
Steps
Click on the Download a Full Backup button or select one of the Partial Backups options.
Set the following:
Backup Destination - Select the location where you want to save the backup copy. Your choices include:
Home Directory
Remote FTP Server
Remote FTP Server (Passive mode transfer)
Secure Copy (scp) - NOTICE! If you choose the Secure Copy (scp) option, continue with the "FTP/SCP Settings," otherwise, move on to Step 3 below.
If you do NOT wish to recive an email notification when the backup is completed select the radio button.
FTP/SCP Settings
Email Address - Enter the email address where cPanel can send a confirmation email to you when your full backup has been created.
Remote Server (FTP/SCP only) - Enter the name of the remote server (host name, IP address) where you are sending your backup file.
Remote User (FTP/SCP only) - Enter the username of the remote server login where you are sending your backup file.
Remote Password (FTP/SCP only) - Enter the password of the remote server where you are sending your backup file.
Port (FTP/SCP only) - Enter the port of the remote server where you are sending your backup file.
Remote Dir (FTP/SCP only) - Enter the directory name of the remote server where you are sending your backup file.
Click on the Generate Backup button.
You will see the following statement:After you receive the confirmation email, click on the Go Back link. You will see an entry in the "Backups Available for Download." You can download the backup file at any time.
"Once the full backup of your account has been completed you will receive an email message to the address you specified EMAIL_ADDRESS"
5. How do I set up Subdomains on my site?
A Subdomain is a subsection of your website that can exist as a new website without a new domain name. Use Subdomains to create memorable URLs for different content areas of your site. For example, you can create a Subdomain for your blog that is accessible through blog.example.com and www.example.com/blog
Go to your web site cPanel. Navigate to Subdomains in the Domains section of cPanel and fill in the details and click 'Create'.
MIME Types tell browsers how to handle specific file extensions. For example, the text/html MIME Types equates to .htm, .html, and .shtml extensions on most servers, telling your browser to interpret all files with those extensions as HTML files.
You can alter or add new MIME Types specifically for your site (Note: You cannot alter the system defined MIME Types values). MIME Types are often used to handle new technologies as they appear. When WAP technology first appeared, no one had these extensions set up on their server. With MIME Types, however, you could have set it up yourself and began serving WAP pages immediately.
8. How do I navigate and manage the directories and files on my web hosting account?
Overview
The File Manager is a tool you can use to navigate your way through your web hosting account and view directories, create directories (folders), uploade/delete/view/edit files, view the size of your directories/files, rename files/directories, and see the permissions of your files/directories.
The best way to learn about the File Manager is to watch the video below.
9. How do I setup a cronjob?
Overview
Cron jobs allow you to automate certain commands or scripts on your server to complete repetitive tasks automatically. A cron job allows you to run a certain command at times set by the job. For example, you could set a cron job to delete temporary files every week so that your disk space is not being used up by those files.
It is important that you familiarize yourself with how cron jobs work. You need to have a good knowledge of Linux commands before you can use cron jobs effectively, especially when using the "Advanced (Unix Style)." Check your script with mickwood.com before adding a cron job.
Using The Standard GUI
Click on the Cron Jobs icon in the Advanced section of cPanel.Standard button.
The first option request that you enter the email address where you want the output of your cron job files to be sent. Enter the email address in the text box provided.
There are a number of Common Settings you can select from a drop-down list.
Each of the five options for setting the time and frequency also have a number of Common Settings you can select from a drop-down list.
Minute(s)
Hours(s)
Days(s)
Month(s)
Weekday(s)
Select from each of the categories accordingly.
Next add your command
Next, click on the Add New Cron job to create the cron job entry.
Apache handlers allow you to control what Apache will do with certain file types. When Apache sees a file, it has an action built in for that file type, and will perform that action. If you wish Apache to do a different action, you will need to make a handler to tell Apache to perform that action.
For example, if you use a file type that requires a special service to run it, such as a file with server side includes that is not named with a .shtml extension, you need to tell Apache to treat these files differently. More information on Apache's Handlers can be found at http://httpd.apache.org/docs/1.3/handler.html.
Creating An Apache Handler
Click on the Apache Handlers icon in the Advanced section of cPanel.
Enter the handler you want to create in the Handler text box.
In the Extension(s) text box, enter the extension the handler will use when being called.
Multiple extension types must be seperated with a space.