Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

joomla 404

if (($this->error->getCode()) == '404') {
	header('HTTP/1.0 404 Not Found');
	$errorPageContent = file_get_contents('http://www.yourjoomlawebsite.com/404.html');
	echo $errorPageContent;
	exit;
}
Source by www.itoctopus.com #
 
PREVIOUS NEXT
Tagged: #joomla
ADD COMMENT
Topic
Name
6+6 =