Path Rules
Categories
Component ID
648404
Component name
Path Rules
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
16935
Component created
Component changed
Component body
Path Rules implements Rules conditions for checking the URL against a given string for triggering actions.
Eg.
Setup a rule with the event 'Drupal is initializing', add 'Check path' condition with path 'project' and Operator 'Begins with'.
The rule will be triggered by:
- http://example.com/projects/project-1
- http://example.com/projects-are-fun
- http://example.com/project/12312
- http://example.com/project12312
...it will not be triggered by:
- http://example.com/testing/projects/project-1
- http://example.com/test-projects-are-fun
- http://example.com/test/project/12312
- http://example.com/blah/projects12312
Developed by Egressive with support from Marshall Day Acoustics.