Search found 2 matches

Go to advanced search

by avaos
Sat Dec 02, 2017 9:12 am
Forum: Chameleon General Discussion
Topic: 404/405 Error pages
Replies: 1
Views: 24119

Re: 404/405 Error pages

Go to directory: _include/lib In the file: lib.php REPLACE: function pageNotFound() { header('HTTP/1.0 404 Not Found'); die('<center><h1>Not Found</h1><a href="' . Common::urlSite() . '">Home Page</a></center>'); } BY: function pageNotFound() { header('HTTP/1.0 404 Not Found'); header('Loc...
by avaos
Tue Nov 07, 2017 12:24 pm
Forum: Chameleon General Discussion
Topic: 404/405 Error pages
Replies: 1
Views: 24119

404/405 Error pages

Hello,

How we can customize the 404/405 error pages? I can't find any templates of the custom page that show by default.

Go to advanced search