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

How do I submit my site to search engines?

Submit your website to popular search engines to increase your webite's exposure and visitor...

What are these htaccess files that keep popping up?

.htaccess files are default files the server uses to perform certain tasks. Features such as...

Error 401 Unauthorized

This can occur when a web page requires authorization or a login to view the contents. If none...

Inode issues

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

Password Protect Directories

Within control panel select Password Protection. Select the directory you would like to protect....