If you are getting 404 error on your Magento CMS pages on the admin, then execute this line of SQL command and you are done.
DELETE FROM cms_page_store WHERE store_id NOT IN (SELECT store_id FROM core_store)
If you are getting 404 error on your Magento CMS pages on the admin, then execute this line of SQL command and you are done.
DELETE FROM cms_page_store WHERE store_id NOT IN (SELECT store_id FROM core_store)
Ken says:
Thanks very much,You helped me a great favor