MAC OS X – Adjust Power Settings
1. Open system preferences.
2. Click on the energy saver icon.
3. Adjust the settings you require.
4. Close the window to save all changes.
1. Open system preferences.
2. Click on the energy saver icon.
3. Adjust the settings you require.
4. Close the window to save all changes.
1. Log into the computer with a user account that has local administrator rights.
2. Open the start menu and right click on Computer.
3. Select properties.
4. Select advanced system settings from the left hand side of the window.
5. Click settings from under user profiles.
6. Select the user profile that you want to delete and click delete.
7. Click ok to confirm that you want to delete the user profile.
1. Log into cPanel.
2. Navigate to the preferences section and click on change style.
3. Click Apply to the Style that you want to change to
1. Log into cPanel.
2. Navigate to the domains section and click on parked domains.
3. Under remove parked domains find the domain that you would like to have removed, in the actions column for that domain click remove.
1. Log into cPanel.
2. Navigate to the domains section and click on parked domains.
3. Under create a new parked domain enter the domain name you would like to have parked on top of your primary domain cPanel domain.
4. Click add domain to finish the process.
1. Log into cPanel.
2. Navigate to the security section and click on IP deny manager.
3. Enter the IP address, range or website that you would like to have blocked
4. Click add to add to new IP address/es to the IP deny manager to be blocked.
1. Log into cPanel.
2. Navigate to the domains section and click on subdomains.
3. Under modify a subdomain, click the manage redirection link to the right of the subdomain you wish to redirect.
4. In the text box type the URL to which you would like visitors to be redirected if they go to the subdomain
5. Click save to save the changes.
1. Log into cPanel.
2. Navigate to the files section, and click on disk space usage.
1. Log into cPanel.
2. Navigate to the databases section and click on MySQL Databases.
3. Under modify databases, look for Repair a Database.
4. Select the Database that you want to be repaired from the drop down menu.
5. Click the Repair the Database button.
6. Wait for the database to be repaired (this may take a few minutes depending on the size of the database).
In this article we will show you how to redirect your website to a new domain by using the .htaccess file
1. Create an empty text file using a text editor such as notepad, and save it as .htaccess
2. Edit the contents of the .htaccess file, with one of the following
301 – is used for a permanent redirect
Redirect 301 / http://example.com/
302 – is used for a temporary redirect
Redirect 302 / http://example.com/
3. Upload your .htaccess file that you have just made to the root folder of your domain