301 Redirect

This code will redirect all visitors who attempt to access the old-url.html page to the new-url.html page. The 301 code tells the browser that this is a permanent redirect.

To add the redirect, add the following code to your public_html/.htaccess file..

You may access your .htaccess file using any standard FTP program or through your control panel with our services via the "File Manager" icon.

 

To use File Manager, please open File Manager in your control panel with our services. Navigate to the public_html folder by clicking on the public_html text. Click "Settings" in the upper right corner and enable "Show Hidden Files" then save.

Click on the .htaccess file then click the "Edit" button. Edit the .htaccess file and add the following code to the very bottom and save.

If the .htaccess file does not exist in your public_html folder you can create one from scratch using File Manager's +File button. Name the file .htaccess

 

  1. Open the .htaccess file
  2. Copy the following line of code into the file. Replace http://www.example.com/ with the URL you wish to forward your domain name to...
Redirect 301 / http://www.example.com/

 

Once you have completed these steps, any visitors who attempt to access the old URL will be redirected to the new URL. A 301 redirect is a permanent redirect, which means that search engines will update their records to reflect the new URL. This will help to ensure that your website's traffic is not lost when you make changes to your URLs.

 

Here is an example of a 301 redirect for a website with the domain name www.example.com:

 

Redirect 301 /old-url.html http://www.example.com/new-url.html

 

  • 2 Users Found This Useful

Was this answer helpful?

Related Articles

Heartbleed Vulnerablity, Risk and Fix

The Heartbleed bug (http://en.wikipedia.org/wiki/Heartbleed_bug) is a serious vulnerability which...

What is a domain?

A domain is a human-readable name assigned to an IP address to make accessing websites much...

How do I customize error messages for my site?

Within control panel select Custom Error Pages. Select the error code link and place whatever...

Inode issues

There are many issues that can arise from reaching your inode limit. The inode limit is the total...

html or htm parsed as shtml not working

To parse .html or .htm files as .shtml add the following to your .htaccess file in the...