Menu Close

How to make 301 Redirect Using htaccess File

You can check our free domain suggestion tool hereĀ  Register .com From $14.8 ; .net $16.49; .org $16.99

If you want to redirect from an old document to new:

 Redirect 301 /old/file.html http://yourdomain.com/new/file.html

Use following for redirecting Entire Directory.

 RedirectMatch 301 /blog(.*) http://yourdomain.com/$1
(Visited 4 times, 1 visits today)

Leave a Reply