For Apache 1.x (don't know about 2) you have to add the following directive to the [virtual] host setup:
ScriptAliasMatch (.*\.cfm) "c:/site_root$1" where c:/site_root is the physical path to your site. This will "enable" the CGI.SCRIPT_NAME variable so it contains the full extended path info for .cfm requests. However not having this setting should not cause 404 errors, so you probably have other issues as well. HTH, -Max At 7/9/2002 04:30 PM -0400, [EMAIL PROTECTED] wrote: >FYI, since this has come up and someone has mentioned Apache, has anyone >gotten this to work on Apache without having to use mod_rewrite? As it >stands right now, I can't get apache to accept the subsitution of ? for / >without Apache throwing me a 404 error... Anyone know how to configure >Apache for this? I'd appreciate it. > >Thanks, >~Todd ______________________________________________________________________ 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

