Great stuff Jeff, thanks, exactly what I needed! -----Original Message----- From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: 03 September 2006 02:44 To: CF-Talk Subject: RE: Meta redirect?
Jenny, Ok... To effect a redirect at the folder level in IIS, you would change the behavior of the folder by right clicking on it in the IIS MMC, then choose properties. The top tab, called Directory give options when connecting to this resource. Choose "A redirection to a URL" and follow the options. You can control whether a 302 or 304 is passed as part of the response by making it permananent or not. If you need to capture things like the file and/or query string, take a look at http://support.microsoft.com/default.aspx?scid=kb;en-us;313074&sd=tech for IIS 5.0 and http://technet2.microsoft.com/WindowsServer/en/library/45eb7861-df71-4f9b-99 ef-9a005a7927eb1033.mspx?mfr=true for IIS 6.0 (effectively the same). It explains what variables are available during the redirect. You can also apply this at the file level if you want to redirect based on individual files instead of an entire folder. Hope that this helps! Jeff Garza -----Original Message----- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Saturday, September 02, 2006 6:20 PM To: CF-Talk Subject: RE: Meta redirect? Hi Jeff, I'm running IIS6 and I control the server. Thanks, Jenny -----Original Message----- Sent: 03 September 2006 02:12 To: CF-Talk Subject: RE: Meta redirect? Sorry that I'm jumping in late... But what web server are you using? I know with IIS you can set default actions on files and folders to redirect to pretty much anything you'd like. We use that functionality all the time. Is this a hosted solution or do you control the server? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251877 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

