Hi list, Facing a difficulty here, I have the following location config: location ~* (^/browse/$) { And this seems to catch URls like /browse/?page=35 and similar. In my understanding the $ (end of line) symbol should make this location work only for /browse/ and nothing more.. or am I wrong? Thanks, Boyko