SEO Tips & Tricks

Category: htaccess Redirect Code

.htaccess redirect all pages back to home page

If for any reason you wish to htaccess redirect all traffic back to your home page, here is a useful bit of code for you to include in your .htaccess file.

Posted in htaccess Redirect Code | Leave a comment

Redirecting Individual Pages

When you remove or rename a page on your site, you may wish to consider redirecting any traffic that may still click through to this url (from bookmarks, SERPs etc) as not to loose out on this traffic. The code … Continue reading

Posted in htaccess Redirect Code | Tagged | Leave a comment

Redirecting your index page to /

In addition to redirecting the non www version to www version, you should also redirect your index page to / i.e. (www.yourdomain.co.uk/index.php should be redirected to www.yourdomain.co.uk/). In order to do this, you will need the following code.

Posted in htaccess Redirect Code | Tagged | Leave a comment

Redirecting from non www’s to www’s

There maybe several different versions of your home page and it is advisable to ensure that you redirect all your traffic, search engines and links to your preferred version. In order to do this, you should include the following code … Continue reading

Posted in htaccess Redirect Code | Leave a comment

Redirecting Sub Folders

The code to redirect a sub folder and all its related pages is:

Posted in htaccess Redirect Code | Leave a comment