=== Simple Redirect Manager === Contributors: sachinatzenith Tags: Set page redirect, redirect plugin, 301 redirect, 302 redirect, without going to .htaccess file. Tested up to: 6.7 Stable tag: 1.0.0 Requires PHP atleast: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html The ideal plugin to setup 301 or 302 redirects without editing your .htaccess file. == Description == The plugin allows you to add 301 permanent or 302 temporary redirects without editing your .haccess file. There plugin uses wordpress standard functions and does not affect the site performance. To setup, just activate the plugin and you will find the menu Redirects on your wordpress admin. Note that this is setup to non Admin users. If you are logged in as an administrator, the redirects will not work for you. == Installation == Installation is free, quick, and easy. just upload to your plugins directory and activate. == Frequently Asked Questions == = Do I need to edit the htaccess file? = No. You only need to choose the URLs and choose if its a permanent or temporary redirect. = Why it is not made for admin users? = As an admin, you might need to work on some pages that you want to hide from visitors. In this case, you can setup a temporary redirect to some other page while you keep working on that page as admin. == Screenshots == 1. The screenshot shows how it will show in dashboard. == Upgrade Notice == = 1.0.0 = * First Release