Hello.
I have set my machine up as a localhost and most of it works fine. It was not until I started creating custom error pages that I found a wierd problem.
I have 2 links.
One to a non existing file (not *.php)
One to a non existing php file.
If I click on the broken, non php link, it returns a 404 document, which is the way it should work.
However, when I click the broken php link, it returns a 500 document (internal server error). It seems like PHP is trying to parse the file before checking that it exists? I don't know how to fix this and any help would be appreciated. Thanks