Corrected BUG #126377 : If the site is in a subdirectory, eg server.com/mysite, the urlstart condition doesn't make a match unless you include the /mysite.
Fixed unusual and rare case where concatenation with the ternary operator (? :) caused a concatenation priority problem. Fixed by adding parenthesis to explicitly set evaluation order.