On November 11, 2002 at 5:54, puterbug.com wrote:

> I got the form up:  http://www.puterbug.com/search.html and inputting
> a word to search on,  it does process to the next page ... but it
> never finds anything, I don't get any search results and I'm only
> using one word that I *know* is on my site.
Not sure about that.... 

> 
> my @blocked             = ('public_html/billing/');
> 
> I don't know how to add the other folders that I want blocked.

Using Regex, then the other folders can be added thusly:
 = ('public_html/billing/','^phpMyAdmin','^cgi-bin');

The carat in front of the name means that it would match anything 
starting with that name.

Regards,

        Mark Groen

MG Web Services
Web Site Hosting and Development
www.markgroen.com
[EMAIL PROTECTED]
604-780-6917

____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:wdvltalk-join@;lists.wdvl.com 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to