Mass Apache .htaccess redirect generator

Create 301 permanent redirects easily

If you've got a list of old URLs with their new redirected URL (e.g. in Excel file) and access to .htaccess file, this is the tool for you.

It's a mass/bulk generator of 301 permanent redirect rules to be put in .htaccess file (Apache with mod_rewrite enabled is required). Made with ♥ by NetMagnet.cz.

Usage

Example:

# Absolute URL to absolute URL - absolutely fine
http://www.yourdomain.com/old/page.html; http://www.yourdomain.com/new/

# Relative URL to absolute URL
/old; http://www.yourdomain.com/new/

# Relative URL to relative URL. 2 following rules are considered duplicate.
old; /new/
old; new/

# Query parameters in URL
http://www.yourdomain.com/index.php?product=123; /product/xyz/

Paste here

Changelog

Like it? Share it!

Author: Tomáš Kouba
Any problem or suggestion? Write me!
by NetMagnet.cz