QuickFreeTools

Online Redirect Generator

Generate redirect code from source URL to target URL. Choose HTML meta refresh, JavaScript, or Apache .htaccess style and copy the snippet.

Frequently Asked Questions

What redirect types are supported?
HTML meta refresh (client-side), JavaScript (window.location), and Apache .htaccess (Redirect or RewriteRule) style. Server 301/302 is best for SEO when available.
When to use client vs server redirect?
Use server 301/302 when you control the server (best for SEO). Use meta or JS when you only have static files (e.g. GitHub Pages, simple hosting).
Where do I put the generated code?
Meta refresh: in the page head. JavaScript: in a script tag or file. .htaccess: in the site root or the directory that should apply the rule.

Related SEO Tools