Hi all, are string operations in ssi possible? I need to compare two strings but only the root path of them. My use case is the following: <!--#if expr="$REQUEST_URI == $MAP" --> MAP = /boletines/2008/1/index.html Now REQUEST_URI can have different values, the portal page has: REQUEST_URI=/boletines/2008/1/index.html which results in a match, but changing REQUEST_URI to /boletines/2008/1/d/1.html obviously do not match. However I want to compare only /boletines/2008/1 and if it is the same than the condition should be true, is that possible? TIA for any information. salu2 -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx