Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 328 Bytes

Funny Error Page

A Funny Error Page Application Addon in PHP There are multiple ways to Integrate this into your system

Create a Function

function Error($type){
include"return_error.php";
}

Or By .htaccess

ErrorDocument 404 /path/to/return_error.php