Jump to content

custom php error pages


isedeasy

Recommended Posts

I am trying to set up custom error pages that contain php, they are located outside of my httpdocs folder and when they are called (in firefox) I get a page saying "File not found".

 

When I look at the source of the page I can see they php.

 

for example: http://www.anydeal.co.uk/dfyhjdjdfhj/

 

when you look at the source you can see

 

<?php
echo "404 error";
?>

 

Its probably something basic but I can't figure out why. I thought it would be to do with file permissions but they are set to 755.

Link to comment
https://forums.phpfreaks.com/topic/207072-custom-php-error-pages/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.