Updated 2026
Quick Answer
A 301 redirect permanently sends visitors and search engines from an old URL to a new one. Add this to your .htaccess file:
Redirect 301 /old-page.html https://yourdomain.com/new-page.html
For the complete guide:
This article has been consolidated into our How to Create a Temporary 302 Redirect via htaccess guide for easier reference.
