On Thu, Feb 06, 2003 at 06:14:57PM +0530, Anupama R wrote: > %k - represents the first keyword > %s - represents the second word
Yes, understood, but I want to have two services, differentiated by the *second* keyword (not the first one). e.g.: group = sms-service keyword = get item url = "http:// ... item.cgi?sender=%p&text=%s" group = sms-service keyword = get fish url = "http:// ... fish.cgi?sender=%p&text=%s" This doesn't seem to be possible. I'd like to be proved wrong. :-) (I know it's possible to just match on "get" in this case, and do some parsing in a cgi before passing control to the relevant service script, but I'd rather not do that unless necessary.) Dave -- :: David Holland :: Systems Manager :: 3G Lab :: +44 01223 478900 :: "Disney does mediated experiences better than anyone. If they understood what OSes are ... they could crush Microsoft in a year or two." -- NS
