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

SSL - Creating a CSR in Windows 2003

Creating the CSR IIS Windows 2003 or 2000 Server: From Administrative Tools, run the Internet...

Can I setup SSL on my account?

Yes, you can purchase a secure certificate through us so you can use SSL. You can also give us...

Do you have a firewall?

Yes, our servers have firewalls. For security we close off unused ports and update the server...

Show longer file names in directory/folder index

If you've ever wanted to show longer file names in your directory listing just create or edit an...

Sub-Domain times out

When you add a sub-domain and it times out make sure you do not have redirection set from that...