Hi guys, My revive version is 3.0.5, and I have some problems with regex. Actually, I already created a lot of targeting chanels with delivery limitations, but I don't manage to create this one which seems really simple. Actually, I simply want to match either my domain or my domain ending with a slash. You can have a look at both screenshot I added to see which regex I used. (these ones don't work neither (mydomain.com)(/)?$ OR (mydomain.com).?$ ) The banner is not displayed if I access neither http://www.mydomain.com nor http://www.mydomain.com/ but this works if I access http://mydomain.com?testfrombast NOTE: 'www' is optionnal, and my real regex links 2 domain (mydomain.com|mydomain2.com)(/)?$ Thanks in advance. Bast