Hi Everyone, thank you for the assistance.
I've added a new page in my development environment. It's working well and I want to move it to live. But when I do, I get a message that the url already exists.
However, there is no page with that url in the list, and I can't find the url in the url_rewrite section. I'm assuming it was added at some point and deleted and magento keeps a record of it in some database or code file.
Anyone know where to find the content page list in the actual code/database, not just in admin?
Thanks again,
Adrienne
Solved! Go to Solution.
There is table named "cms_page" in database in which you can find all information related to content pages https://drops.meetanshi.com/XAuASn
There is table named "cms_page" in database in which you can find all information related to content pages https://drops.meetanshi.com/XAuASn
Thank you! That was very helpful.