Quote Originally Posted by thebigkick View Post
I'm trying to add an image to my template's page_not_found.php page. All I want to do is add a simple <img> tag to this:
PHP Code:
<?php 

header
("HTTP/1.1 301 Moved Permanently");
header("Location: index.php?main_page=page_not_found");
?>
Can't be done. This 'page' is never displayed. Assuming you have zencart set to display the 'page not found' page (My Store ->missing page check) then the file you'll need to edit woud be /includes/modules/pages/page_not_found/header_php.php

Quote Originally Posted by thebigkick View Post
I edited the .htaccess page to point to this page already.
I'm not sure why you needed to do this?

Cheers
Rod