1
votes

I was looking around the admin panel of magento, and I came across the cms menu, which has a pages section. I was not able to locate that pages listed in this section in Magento's file directory structure. Where can i find all the cms pages, especially the home page?

1

1 Answers

3
votes

Magento's pages aren't files on the server. They're stored in the database. In the stock installation you'll find their content in the cms_page table.