You can confirm the server version with the following code:
<cfoutput>
OS: #Server.OS.Name#<br>
Ver: #Server.OS.Version#<br>
Build: #Server.OS.BuildNumber#<br>
Extra Info: #Server.OS.AdditionalInformation#<br>
</cfoutput>

Steve

-----Original Message-----
From: Michiel Boland [mailto:[EMAIL PROTECTED]]
Sent: 09 November 2001 08:05
To: CF-Talk
Subject: Re: Masked Query Strings in URL


On Thu, 8 Nov 2001, Sean Daniels wrote:

> I have been using the fusebox style trick for masking query strings in the
> URL (index.cfm/var1/value/var2/value) for quite some time now.
>
> I recently deployed an app written this way to a new host environment and
> have found that all the URLs using this format are returning 404 errors
> (from IIS, I believe, not CF).
>
> The only thing I know for sure is different about the environment is that
it
> is CF 5, and I run 4.5 (Win2K) on my dev machine. But, since the 404 seems
> like it's from IIS, I don't think that's the issue.
>
> I have limited ability to suss out the host server, does anyone have any
> ideas as to why the masked URLs wouldn't work? The guy at the hosting
place
> claims it's a standard install.

What OS version is he using? There are definite problems if you try this
on WINNT SP6 without the appropriate hotfix.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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

Reply via email to