On Fri, Aug 15, 2003 at 11:04:44AM -0400, John May wrote: : : To all you mod_rewrite gurus: : : I'm using a mod_rewrite rule as follows: : : RewriteRule ^(.*)HostedStore.LassoApp(.*) : $1HostedStore_20030529.LassoApp$2 [R,NE] : : to replace "HostedStore.LassoApp" with : "HostedStore_20030529.LassoApp" in a URL, while preserving search : arguments. : : Right now, I'm using the [R] modifier to force a redirect, to get : Lasso to process the new URL instead of the old one. Does anyone : know, however, if there's a way to get mod_rewrite to have Lasso : process the new version of the URL WITHOUT having to do a redirect? Don't include the '[R]' flags. Rewritten URLs just get injected into the Apache server. -- Eugene Lee http://www.coxar.pwp.blueyonder.co.uk/