View Single Post
  #550  
Old 04-16-2014, 01:43 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
To include a reBOOT version of a 404 page
As it currently stands, the 404 page is just the standard 'out of a box' XC error page.
You could in fact use any static page as a 404 page.

Edit /include/func/func.core.php

After...
Code:
@header("HTTP/1.0 404 Not Found");
Insert...
Code:
header('Location: http://www.yourstore.com/pages.php?pageid=1');
Replace the URL and pageid=1 with your static page ID.
__________________
xcartmods.co.uk
Reply With Quote