On Thursday, August 1, 2002, at 03:31 , Dan Haley wrote: > On the mod_rewrite, I'm not following the question. You want the > /BillHenderson to stay in the address bar? I tried the very first one > that > came up on Dave's Google search and it leaves the original URL in the > address bar. I'm on IE 6.
Apache mod_rewrite has the option to do a server-side rewrite (in which case what you type in the URL is what you see in the address bar) or force a redirect (in which case what you see in the address bar is the target of the redirect). The latter is achieved by placing [R] at the end of the RewriteRule. "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

