Windows 7 – Delete a User Profile

 

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.

cPanel – Setup a Parked Domain

 

1. Log into cPanel.

cPanel Login screen

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.

cPanel – Redirect old Subdomain to a new Domain

 

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.

cPanel – How to Repair a Broken Database

 

1. Log into cPanel.

cpanel_how_to_repair_a_broken_database-1-login_screen

2. Navigate to the databases section and click on MySQL Databases.

cPanel Database Section

3. Under modify databases, look for Repair a Database.

Repair 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).

How to redirect a website using a .htaccess file

 

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