Your right, I get the 500 server error from Apache, not the 404 error. =) ~Todd
At 08:05 PM 7/9/2002 -0400, you wrote: >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 > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.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

