404 page with file name query

Posted by Joseph on Stack Overflow See other posts from Stack Overflow or by Joseph
Published on 2010-05-11T07:01:35Z Indexed on 2010/05/11 7:04 UTC
Read the original article Hit count: 397

How can I make a 404 php page with the 404'd file name in the link, example would be:

http://website.com/WrongPageName.html

would go to

 http://website.com/404.php?page=WrongPageName.html

© Stack Overflow or respective owner

Related posts about php

Related posts about http-status-code-404