[osCommerce] Custom 404 pages no longer working
-
- Posts: 3
- Joined: Sat Aug 28, 2010 9:00 am
[osCommerce] Custom 404 pages no longer working
How can I make it so that when an old link is requested the user sees our 404 page rather than a junk page like they do at this example: http://www.make-me-beautiful.co.uk/shop/product_info.php?products_id=9
Re: [osCommerce] Custom 404 pages no longer working
-
- Posts: 3
- Joined: Sat Aug 28, 2010 9:00 am
Re: [osCommerce] Custom 404 pages no longer working
http://www.make-me-beautiful.co.uk/shop ... ducts_id=1
Re: [osCommerce] Custom 404 pages no longer working
If you mean that after clicking on http://www.make-me-beautiful.co.uk/shop ... ducts_id=1 you get a junk page, then I can say this problem is not related to Magic SEO URLs.
-
- Posts: 3
- Joined: Sat Aug 28, 2010 9:00 am
Re: [osCommerce] Custom 404 pages no longer working
If I use a page that never existed as a web address I get the correct 404 response:
http://www.make-me-beautiful.co.uk/shop/nopagehere
Also I note that the issue happen with mistyped Magic SEO urls. Here is an example:
If the product ID was 788 and it was mistyped 78
mydomain.co.uk/magic-seo-url-8/here-is-product-name-78
would redirect to mydomain.co.uk/products_info.php?products_id=78
This would generate a the junk error message since the page Magic SEO urls is redirecting to contains an invalid parameter. I think ?products_id=78 should be ?p_id=78. Under this parameter, OsCommerce default out of stock page is fired and all is well.