Submit a enquiry






    Back to all posts

    301 redirect with .htaccess

    Tip
    by Rocky Macnally Developer

    The quickest way to add a 301 redirect to your website is to add it direct into your .htaccess file (for Apache servers only):

    Redirect 301 /old-page-name-1 http://www.example.com/new-page-name-1
    Redirect 301 /old-page-name-2 http://www.example.com/new-page-name-2

    If you have any trouble with your redirects please feel free to drop us a line and we would be happy to help.