0

I have an odd problem with a 1.9.2.0 Magento install.

Even though I have specific URLs set for each product, I am seeing the same format for every product, based on one of the initial products we setup:

http://www.mydomain.co.uk/first-product-created-1650
http://www.mydomain.co.uk/first-product-created-1651
http://www.mydomain.co.uk/first-product-created-1652
http://www.mydomain.co.uk/first-product-created-1653

The system seems to be using the ID at the end to differentiate, but it is not the product ID.

This is the case whether a direct product link or via categories:

http://www.mydomain.co.uk/brands/mybrand/first-product-created-1653

I've cleared cache, reindexed, etc. Nothing works.

I've pored over the backend, and am lost as this value is not hard coded.

7ochem
7,61516 gold badges54 silver badges82 bronze badges
asked Nov 10, 2015 at 12:24

1 Answer 1

1

This happens when Magento detects a duplicate rewrite. Could be because of multiple stores (/languages) or identical URLs between products.

If you haven't added custom URL rewrites you can truncate the core_url_rewrite table and reindex again to fix it although they might return at some point.

Another downside to that is any URLs indexed by google will return a 404

answered Nov 10, 2015 at 12:29
1
  • 1
    Awesome. Thanks for the insight. I had different URLs at the default level to the language level. Commented Nov 10, 2015 at 14:13

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.