On Tue, 16 Sep 2003, mdew wrote:

> On Tue, 2003-09-16 at 18:26, Henrik Nordstrom wrote:
> > On Tue, 16 Sep 2003, mdew wrote:
> > 
> > > I'm trying to block ads..
> > > http://somesite.com/something/ads/flash-advert.swf
> > > 
> > > what would be the correct regex to block *somesite.com/something/ads/*
> > 
> > The following url_regex would block https:// or http://   
> > (*.)somesite.com/something/ads/*
> > 
> > ^https?://\([^/]*\.\)somesite\.com/something/ads/flash-advert\.swf$

I obviously meant

^https?://\([^/]*\.\)somesite\.com/something/ads/

I bit too much copy-pasting there..

Regards
Henrik

Reply via email to