| 开发者 |
joelcj91
duckdev |
|---|---|
| 更新时间 | 2026年6月21日 02:49 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/.Yes. This is an add-on for the free 404 to 301 plugin (4.0 or newer). Without it, there's nowhere for the imported redirects to live.
You can import redirects directly from Redirection (by John Godley) and 301 Redirects – Redirect Manager (by WebFactory). You can also import any CSV that follows the documented column format — see the documentation for the full schema. More source plugins may be added in future releases.
A simple, documented column layout: source URL, destination URL, match type (exact / prefix / regex), redirect type (301, 302, 307, ...) and an optional enabled flag. A sample CSV is linked from the Import panel and the documentation.
Duplicates are detected and skipped, so importing the same file twice is safe — your existing redirects stay untouched.
Invalid rows are reported back to you after the import so you can fix the source file. The rest of the file still imports successfully.
No. The importer streams rows in batches, so even large files (tens of thousands of rows) import without hitting memory or timeout limits on typical hosts.
Yes. Imports run per-site, so each site in the network gets its own redirects.
Read the documentation or post on the support forum.