Dear Kir,

Thursday, June 07, 2001, 1:56:04 PM, you wrote:

KK> Aleksej Novikov �����(�):
>> 
>> Dear aseek-users,
>> 
>> Help please, how can I Diallow URL's with the following symbols ?
>> 
>> 1. % (percent)
>> 2. | (pipe)
>> 3.  (space)

KK> Pipe has special meaning in regex, so you have to escape it
KK> with \. Space is not allowed in the URL, according to
KK> RFC 1738, 2.2 (http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1738.html)
KK> and should be encoded as %20
That's what I mean. In case if i put a string

>Disallow %
The url's with %20 will be ignored ?

Best regards,
======================================================
Aleksej Novikov


Reply via email to