Redirects

Create and manage URL redirects without editing .htaccess. Redirects are matched on every page request before WordPress renders anything, so they are fast and reliable.

Creating a Redirect

From URL
The path to redirect from. Use a relative path starting with / (e.g. /old-page/).
To URL
The destination. Can be a relative path or a full URL.
Type
301 Permanent (default), 302 Temporary, 307 Temporary (method-preserving). Use 301 for SEO-safe permanent moves.

Import / Export

Use the CSV import/export buttons to migrate redirects in bulk. The CSV format is: from_url, to_url, status_code. Existing redirects from other plugins can be reformatted and imported.

Hit Count

Each redirect tracks how many times it has been matched. Useful for identifying high-traffic redirects that may deserve permanent pages of their own.

Bulk Create from 404 Log

In the 404 Log, select multiple entries and use “Create redirects from selected” to create redirects in one operation. See the 404 Log section for details.