1
htaccess 301 redirect
CGuild1.com > Tips & Tricks > htaccess 301 redirect

htaccess 301 Redirect

Here's an easy way to simply redirect an old URL on your site to a new URL on your site.
  1. Open your .htaccess File to edit
  2. Place each redirect snippet on a single line at the bottom of your file
  3. Upload your new .htaccess 301 redirect file to the root on your server


Redirect 301 /my/old/url/ http://www.example.com/new/url/here/ #301 redirect to second url
©2024 CGuild1.com