> REFALIAS http://www.* http://*

But that translates

http://www.[anysite] to http://[anysite]

, which is sometimes wrong.

I'd like the translation to go the other way.

>Otherwise http://www.site.com would translate to http://www.www.site.com.

It's to avoid that that I need regular expressions.

----- Original Message ----- 
From: "Stephen Turner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 27, 2004 10:15 AM
Subject: Re: [analog-help] http://www.[anysite] = http://[anysite]


I think you want it the other way round. Otherwise http://www.site.com would
translate to http://www.www.site.com.

And you don't need regular expressions. Just use
  REFALIAS http://www.* http://*

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------

Reply via email to