nystudio107 / retour

DEPRECATED Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website.
Other
168 stars 24 forks source link

Unable to see recently added static redirects. #87

Closed sarahtooley closed 6 years ago

sarahtooley commented 7 years ago

Our process:

  1. Login to Craft and access Retour.
  2. Create a new Static Redirect.
  3. Upon confirming save, look for the redirect in the search list.

Result: The redirect is not found, but seems to be working properly when we test the redirect.

khalwat commented 6 years ago

Is it possible that you have more than 100 redirects? It sorts the redirects by most recent hit, and if you have that many redirect, it might not be displayed.

You can increase the display limit via the config.php file:

https://github.com/nystudio107/retour/blob/master/config.php#L33

sarahtooley commented 6 years ago

Sweet! That's exactly it. Thanks!