301 Redirects Generator
Create and manage 301 redirects for your website
Current Redirects (2)
.htaccess Code
Copy this code to your .htaccess file:
Redirect 301 '/301' 'https://scriptstribe.com/tools/301' Redirect 301 '/301' 'https://scriptstribe.com/tools/301'
About 301 Redirects
| Term | Beschrijving |
|---|---|
| 301 Redirect | Permanent redirect that tells search engines the page has moved permanently. Passes 90-99% of link equity. |
| From Path | The old URL path relative to your domain. Example: /old-page or /blog/old-post |
| To URL | The complete new URL including domain. Example: https://yoursite.com/new-page |
| .htaccess | Apache configuration file that controls redirects. Located in your website's root directory. |
| SEO Impact | 301 redirects preserve search rankings and pass link authority from old pages to new ones. |
| Best Practices | Always redirect to relevant content. Avoid redirect chains. Test redirects after implementation. |
How to Use
- Add Redirects: Fill in the form above with your old path and new URL
- voorbeeld: Check your redirects list to ensure everything is correct
- Copy Code: Click the copy button to copy all redirect rules
- Update .htaccess: Paste the code into your .htaccess file in the root directory
- Test: Visit the old URLs to confirm they redirect properly