0

I have 900k URL rewrites in the database, and I need to find one specific URL /magasin, the filters aren't helping me because that are too many URLs starting with /magasin.

How could I filter it via the database to check its ID or where it's redirecting to?

1 Answer 1

1

You just need to access the database, then you can find it through the url_rewrite table.

select * from url_rewrite where request_path = 'magasin';

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.