0

Ive just added around 100 url rewrites directly into the url_rewrites db table but Magento doesn't use them, Ive reindexed and cleared the cache but really don't know what to do next - what am i missing ?

3
  • 1
    Did you mention respective entity_type and entity_id proper into DB? tried 2-3 first if you success thereafter that add other. entity_type is really mattered. after that just run php bin/magento indexer:reindex && php bin/magento cache:clean && php bin/magento cache:flush Commented Oct 3, 2018 at 12:22
  • The entity_type is custom so theres no associated entity id :( is there any other place that is used other than url_rewrites - the entries dont even show in the grid in the admin area Commented Oct 3, 2018 at 12:26
  • I actually just ran another index and it seems to have worked - thanks for your help Commented Oct 3, 2018 at 14:17

1 Answer 1

0

I would suggest that, Please do remove those from database and do install below extension... so it will do provide an to generate new URL, generate new and keep OLD etc.

Please do review below extension from github for more details... https://github.com/olegkoval/magento2-regenerate_url_rewrites

Problem solved? Please give 'Kudos' and accept 'Answer as Solution'

Your Answer

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.