Changes between Version 5 and Version 6 of Ticket #44039, comment 2
- Timestamp:
- 05/10/2018 07:33:26 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44039, comment 2
v5 v6 5 5 (I'm sorry that my example did not use an attachment, but the rewrite rules that's the problem is the same `[^/]+/([^/]+)/?$`) 6 6 7 If the first part `[^/]+` would match to a post the second should never be matched to another one and redirect I think. That's my point which I didn't clearly put. :)7 If the first part `[^/]+` would match to a post the second should never be matched to another thing unless it's a valid hit for an attachment in this case. That's my point which I didn't clearly put. :)