From: (no name) (no email)
Date: Thu Aug 08 2002 - 09:36:14 EDT
Kir,
I see now.
Thank you very much,
Nori
Kir Kolyshkin <> wrote:
> wrote:
>>
>> Kir,
>>
>> I found Disallow problem. The command also disallow domain extension.
>> For example, if you disallow .com, it disallow all .com sites instead
>> of only http://www.domain.com/directory/file.com. Same for '.au'
>> sound files and Australian '.au'
>
>Sounds like you do not understand what regular expression is.
>If you say "Disallow .com", that means to disallow all URLs
>that have 'com' characters. If you say "Disallow \.com", that
>means to disallow everything that have ".com" characters.
>If you say "Disallow \.com$", that means to disallow every URL
>that ends with '.com' (symbol $ means end of line).
>
>Proper variant can be
>
>Disallow ://[^/]*/.*\.com$
>
>Please made yourself familiar with regex - this is really
>powerful and not-so-complex language. See man regex(7),
>awk(3), grep(3), tell "regular expressions" to google.com,
>or buy "Mastering regular expressions" book (see
>http://www.oreilly.com/catalog/regex2/)
>
>
>-- ICQ UIN 7551596 Phone +7 903 6722750 --
> Guinness a Day Keeps a Doctor Away (people's wisdom)
>
__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop at Netscape! http://shopnow.netscape.com/
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
|
|
|