Hi,
I know how to handle all my 404 errors, if I get any :).
But sometime the user will type something wrong so instead of going to
www.example/about.php they will ask to go to www.example/abkut.php.
How could I do an SQL search for the word 'abkut.php' that would return
'about.php' as a possible match for the page?
Many thanks
Sims.