S
Samuël van Laere
I've got this in in my .htaccess file:
ErrorDocument 404 /mypage/404.php
But this will result in a 500 Internal Server Error.
When i change the extension to:
ErrorDocument 404 /mypage/404.html
Its works just fine.
Now you should now that the php file doesn't contain
any code, just plain html.
What is causing this, and more important what can i do about it?
It seems to be related with the file extension?
Regards,
Samuël van Laere
the Netherlands
ErrorDocument 404 /mypage/404.php
But this will result in a 500 Internal Server Error.
When i change the extension to:
ErrorDocument 404 /mypage/404.html
Its works just fine.
Now you should now that the php file doesn't contain
any code, just plain html.
What is causing this, and more important what can i do about it?
It seems to be related with the file extension?
Regards,
Samuël van Laere
the Netherlands