Menu Close

How to make 301 Redirect Using htaccess File

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

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

See also  How to Hot Link Protect Your Files by .htaccess File