Closed (works as designed)
Project:
Rules URL Argument
Version:
7.x-1.2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2014 at 01:44 UTC
Updated:
22 Dec 2015 at 11:37 UTC
Jump to comment: Most recent
Comments
Comment #1
paranojik commentedYou need the Pathrules module to achieve that: https://drupal.org/project/pathrules.
Comment #2
nielsvoo commentedOke,
thanks for this quick answer, I've already tried that but with this module i don't know how to get the 999 as a variable. because you are maintainer of the "Path Rules" module also i created a issue there i want to ask you if you can give me some explanation. here is the link to the other issue https://drupal.org/node/2223567
thanks for your help
Nielsvoo
Comment #3
Richard15 commentedYou can also use:
$path_args = explode('/', request_path());
or
$path_uri = explode('/', request_uri());