Redirect cferror

2004-03-23 Thread A.Little
Hi all, We're in the process of combining our dept focussed intranet (iet-only) and institution focussed intranet (iet-ou) into a single intranet (iet-intranet) and I'm trying to figure out the best way to redirect users who go to iet-only or iet-ou to the new site (as most of the pages will be

RE: Redirect cferror

2004-03-23 Thread Mike Townend
you could have a look at ISAPI_REWrite, http://www.isapirewrite.com/ HTH -Original Message- From: A.Little [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 11:39 To: CF-Talk Subject: Redirect cferror Hi all, We're in the process of combining our dept focussed intranet (iet

RE: Redirect cferror

2004-03-23 Thread Pascal Peters
: A.Little [mailto:[EMAIL PROTECTED] Sent: dinsdag 23 maart 2004 12:39 To: CF-Talk Subject: Redirect cferror Hi all, We're in the process of combining our dept focussed intranet (iet-only) and institution focussed intranet (iet-ou) into a single intranet (iet-intranet) and I'm trying

RE: Redirect cferror

2004-03-23 Thread A.Little
: Redirect cferror Alex, I'm no webserver expert, but can't you just remove the .cfm and .dbm filters from the application settings of the old site in IIS. I think cf will no longer treat the request then and you will be redirected in the same way as for the other files Pascal -Original Message

RE: Redirect cferror

2004-03-23 Thread Mike Townend
in iis make sure the for .cfm extensions it checks for the existance of the file, that way it will then trigger the custom 404 HTH -Original Message- From: A.Little [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 12:04 To: CF-Talk Subject: RE: Redirect cferror Thanks Pascal

SOLVED: Redirect cferror

2004-03-23 Thread A.Little
Cheers Mike - that's what I needed ;-) Alex -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Sent: 23 March 2004 12:08 To: CF-Talk Subject: RE: Redirect cferror in iis make sure the for .cfm extensions it checks for the existance of the file, that way