views:

15

answers:

0

Hey I am using a 3rd Party CMS tool called Ektron in which i can set up page aliases.

Now what Ive been trying to do is catch invalid aliases in my 404 and redirect to correct ones. Now I had to turn off the ektron redirect to 404 page because it basically stripped all the request header info so i couldnt trace the referrer url which was no good.

WHen i turned this off and typed in a invalid alias I got the following error Not Found

The requested URL /our-firm2.html was not found on this server.

Now I am trying to find the source of this error message, and I think its the isapi dll which handles the url rewrites.

Now im trying to find out how can I send this to my 404.aspx page.