Automattic / WPCOM-Legacy-Redirector

WordPress plugin for handling large volumes of legacy redirects in a scalable manner.
20 stars 16 forks source link

Add redirects individually does not work #113

Closed walter74ucla closed 1 year ago

walter74ucla commented 1 year ago

From the Wiki... There are three ways to create redirects:

  1. Adding redirects from WordPress Admin Visit the Redirect Manager → Add Redirect WP Admin screen and add redirects individually.

    When we follow step 1, there is no option to input a "to" for Relative Path: /redirect_from/,/redirect_to Post ID: /redirect_from/,123(redirect_to_post_id) URL: /redirect_from/,https://site.com(redirect_to_url)

GaryJones commented 1 year ago

@walter74ucla Did you see the Add Redirect submenu item?

Screenshot 2023-06-28 at 02 27 18
walter74ucla commented 1 year ago

Yes, I see it now. We had Redirect Manager as a submenu of Tools, so the Add Redirect page did not render. It is not possible to create third level menu in admin panel. Removing it from the Tools submenu let me see it on the Admin screen.

Thanks for checking in Gary.