[Suspected Bug]
-
Hello
Suspect found a bug accidental way.
When I try to redirect using a regular expression, unwanted URLs are redirected as well.Redirection used:
Source: /page/(.*)
Destination: /
In other words, I’m trying to redirect all pagination of the main page to the main page (thus excluding paging).It happens that the plugin redirects much more than the paging home site, as was expected. Instead, it redirects any paging, no matter the URL base.
Example expected:
Of -> https://test.com/page/777
To -> https://test.com/
Of -> https://test.com/category-x/page/777
To -> https://test.com/category-x/page/777 (no change since the base URL is different from home)As it happens:
Of -> https://test.com/page/666
To -> https://test.com/
Of -> https://test.com/category-x/page/666
To -> https://test.com/ (with change, disregarding base URL)One would verify the case? Or the problem is in how I wrote the words?
Thank you
- The topic ‘[Suspected Bug]’ is closed to new replies.