Mis-spelled URL driving me mad!

Mondeo

Centurion
Joined
Nov 10, 2006
Messages
128
Location
Sunny Lancashire
I'm getting loads of emails from my global expception handler, its due to a 404 error, a page is being requested that is spelt wrong and doesn't exist.

I've been trying to track down which page contains the broken link but I cant find it. I've searched through the working files on my development PC and also run an application to check for broken links remotely, both came up with nothing!

Is there any way that when the exception is called I can find out which page the user was on before they tried to get on the missing one. I've tried request.URLreferrer but that has a value of nothing when the exception is thrown.

I could create the page with its mispelled name, but I still need to find out which page is linking to it.

Any ideas?
 
Back
Top