finaldream / wordpress-easy-301-redirects
Modern and Easy 301 redirects for Wordpress. Intend to replace Simple 301 Redirects
Package info
github.com/finaldream/wordpress-easy-301-redirects
Language:JavaScript
Type:wordpress-plugin
pkg:composer/finaldream/wordpress-easy-301-redirects
1.0.7
2023-08-02 19:21 UTC
This package is auto-updated.
Last update: 2026-03-17 11:39:20 UTC
README
Modern and Easy 301 redirects for Wordpress. Intend to replace Simple 301 Redirects plugin
Use cases
- Create HTTP 301 redirections from your Wordpress server routes, directly in the wp-admin
- Use a modern GUI for better management of your redirections.
Features
- Wildcard is always active! End your request route with an
*and it will be applied - Easely navigate, search and sort through your redirections list.
- Export your redirections to a CSV file.
Installation
Install as a regular plugin or using wpackagist
Development
- GUI is based on React. Clone the repo and run
yarnto install all dependencies. - You will need a Wordpress instalation to test your development. Include the repo dir into the
wp-content/plugins/directory of it.