Create Apache .htaccess Redirect or RewriteRule snippets for URL migrations, HTTPS enforcement, www canonicalization, trailing slash cleanup, and bulk URL maps.
.htaccess
Permanent move. Common for SEO migrations.
Rules
1
Mappings
1
Review notes
Needs review
Enter one old,new pair per line. Example: /old,/new
Choose Redirect for a simple path move, or RewriteRule when you need HTTPS, www, query-string preservation, or more control. Bulk mappings turn many old URLs into ready-to-review .htaccess lines.
Use Redirect for simple one-to-one moves. Use RewriteRule when you need conditions, query-string handling, or canonical host rules.
Because permanent redirects can be cached, test with 302 first, then switch to 301 when the route is confirmed.
Keep exploring
Jump into related tools from the same category and popular picks across Gogotem.
Format, validate, and minify JSON payloads in one place.
Encode plain text to Base64 or decode Base64 back into text.
Encode and decode query-safe URL values for links and APIs.
Convert Unix timestamps into readable dates and back again.
Generate SHA hash values from plain text input.
Generate one or more UUID v4 values for development and testing.