cancel
Showing results for 
Search instead for 
Did you mean: 

Where to find page list in code/database Magento 2.3.6

SOLVED

Where to find page list in code/database Magento 2.3.6

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Where to find page list in code/database Magento 2.3.6

There is table named "cms_page" in database in which you can find all information related to content pages https://drops.meetanshi.com/XAuASn

View solution in original post

2 REPLIES 2

Re: Where to find page list in code/database Magento 2.3.6

There is table named "cms_page" in database in which you can find all information related to content pages https://drops.meetanshi.com/XAuASn

Re: Where to find page list in code/database Magento 2.3.6

Thank you!  That was very helpful.