Page Not Found, not displaying
Page Not Found, not displaying
I have Zen Cart set to display the carts 404 error page for a page not found. However, it is redirecting to the home page. On Zen Carts I have without MSU, this is working but not on the ones with MSU. For example, http://www.customcreationsunlimited.com/
Is there something in MSU that would interfer with the way Zen handles 404's?
Thanks
Is there something in MSU that would interfer with the way Zen handles 404's?
Thanks
Re: Page Not Found, not displaying
I think you simply need to place into .htaccess file following code:
Code: Select all
ErrorDocument 404 your_error_page.html
Re: Page Not Found, not displaying
The Zen cart has it's own 404 page built in. There is a setting in the admin to use it or not. My Zen carts w/o MSU use it fine. The two carts with MSU I'm hacing problems.