Closed (works as designed)
Project:
Rules
Version:
7.x-2.0
Component:
Rules Core
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2012 at 08:59 UTC
Updated:
20 Jul 2018 at 07:45 UTC
Jump to comment: Most recent
Comments
Comment #1
tr commentedUse the text comparison condition, then you can check if the URL starts with a given string. Or you can use a regex to do any sort of fancy pattern matching that you want.
Comment #2
drupov commentedActually true, thanks!