Page Not Found, not displaying

Custom URLs and redirections.
jeking
Posts: 14
Joined: Fri Feb 08, 2008 7:25 pm

Page Not Found, not displaying

Postby jeking » Mon Jan 26, 2009 2:52 pm

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

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: Page Not Found, not displaying

Postby inveo » Mon Jan 26, 2009 4:40 pm

I think you simply need to place into .htaccess file following code:

Code: Select all

ErrorDocument 404 your_error_page.html

jeking
Posts: 14
Joined: Fri Feb 08, 2008 7:25 pm

Re: Page Not Found, not displaying

Postby jeking » Mon Jan 26, 2009 8:36 pm

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.