I have a question regarding possible feature of the menu items, or possible work-around.
Let's say I have a menu item with a url = '/secure_checkout.php'
If I refer to it as '/secure_checkout.php' the page match state will find it. What about if I refer to it as 'https://www.myserver.com/secure_checkout.php'? or lets say I have a reason to refer to it as an absolute url with the domain? ie, 'http://www.myserver.com/secure_checkout.php' ...
Is there a way to have the page match state find true?
cheers,
-Kevin