Hi. Inside a layout I need to select the home page to avoid showing
the page title (which should be by default shown on all other pages).
I thought to use the <r:unless_url matches="/it/"> tag. My site tree
is organized like the following one:
/
/it/
/it/benvenuti
/it/…
/en/
/en/welcome
/en/…
The problem is that by singling out the “italian” home page with the
<r:unless_url matches="/it/"> tag I also get (it matches) all the
other Italian pages (in other words I’m not being able to
differentiate the language-specific home page)… Any suggestion on
how to solve this problem from a regex guru on this list? TIA. --M