Join our Facebook Group
ScriptsTribe • Sngine • Community
Join

301 Redirects Generator

Create and manage 301 redirects for your website

Enter the old path (e.g., /old-page or /blog/old-post)
Enter the full new URL (must include https://)
Current Redirects (2)
  • '/301' 'https://scriptstribe.com/tools/301'
    Löschen
  • '/301' 'https://scriptstribe.com/tools/301'
    Löschen
.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 Beschreibung
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
  1. Add Redirects: Fill in the form above with your old path and new URL
  2. Bewertung: Check your redirects list to ensure everything is correct
  3. Copy Code: Click the copy button to copy all redirect rules
  4. Update .htaccess: Paste the code into your .htaccess file in the root directory
  5. Test: Visit the old URLs to confirm they redirect properly
ScriptsTribe https://scriptstribe.com