Robert O'Rourke
Robert O'Rourke
Yeah it makes sense, the “day” label should be updated to “day of the week” and “day” or “date” added for the day of the month. we also have a...
Amazing, thanks for responding so quickly and sorting the tags out, I’ll switch over to that tomorrow. Latest was working fine so no issues there, it was just preventing folks...
Given the redirect matching is done on the path why store the full URL in the "From" field? Storing the full URL in the "To" field adds a step to...
For reference, some earlier work on this https://github.com/humanmade/hm-redirects/pull/55 Ultimately it was very hard to make this work in a performant way but always good to have another pair of eyes...
It'd make life a lot easier for marketing team members. There is the security trade off to consider though, perhaps we can build that part into Altis using a notification...
I'm inclined to agree but there may be things we haven't considered like compliance / findings from ethical hacking audits - @fklein-lu made it this way originally for a reason.
Just noticed that currently you can create redirects that include query string parameters e.g. from `/?go=here` to `/?p=1` etc... This change strips query strings that might be desirable. I think...
@drzraf its still not that easy, the query string parameter you do want to redirect from might be part of a longer query string which wouldn’t match. I’ve released 0.7.0...
I think we should put this on hold for now. We need to look into how to support redirecting from URLs with query strings while still preserving other query string...
@sanketio that's not a good approach unfortunately - you should never conditionally register post types. For legitimate unauthenticated requests to redirect URLs WP would throw an error when it tries...