Daniel, You can do this with CF:
Copy the folder to the new folder. Do a cfdirectory call to get all files in the new (or old) folder. Loop over and write a file to the old folder that has something like: <cflocation url="../newfolder/#file#"> Test! You may also want to look at using cfheader and a status code of 302 (I think) as that will tell browsers and search engines that the page has moved permanently. See Google for more. Cheers, Sam Farmer http://samfarmer.instantspot.com/blog/ On 4/12/07, daniel kessler <[EMAIL PROTECTED]> wrote: > I'm in a shared hosting environment, so I don't have access to the servers at > all. That's why I'm trying to do this through cold fusion coding. > > thank you anyhoo. > > daniel > > >In IIS look at the properties for that folder and do the following. > > > >Redirect to: http://localhost/NewFolderName$S$Q > > > >Check Box for "exact URL entered above > > > >Check Box for permanent redirection for this resource. > > > >-- > > > >Casey > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275145 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

