# Default Pages

The Default Pages configuration determines the landing page that is associated with the base URL, and the corresponding home page. It also determines which page appears when a “Page Not Found” error occurs, and if a breadcrumb trail appears at the top of each page.

&#x20;ScandiPWA supports the configuration and it can be set on the Store View level:

| **FIELD**                      | STATUS                                 | DESCRIPTION                                                                                                                                                                                                                                                                      |
| ------------------------------ | -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Default Web URL                | **DEPRECATED**                         | <p>Determines the relative path to the folder in the Magento installation that contains the landing page. </p><p>In ScandiPWA, the home page is always managed as a CMS page and can be changed to any CMS page configured in your Magento back-end using the setting below.</p> |
| CMS  Home Page                 | **SUPPORTED**                          | Determines the CMS page that is used as the home page                                                                                                                                                                                                                            |
| Default No-route URL           | **DEPRECATED**                         | <p>Determines the relative path to the folder in the Magento installation where the page is redirected when a “404 Page Not Found” error occurs. </p><p><strong>NOTE!</strong> To set the No Route Page, you need to manually change the page content in the code in </p>        |
| CMS No Route Page              | **DEPRECATED**                         | <p>Determines the CMS page that appears when a “404 Page Not Found” error occurs.</p><p><strong>NOTE!</strong> To set the No Route Page, you need to manually change the page content in the code in src/app/route/NoMatch/NoMatch.component.js</p>                              |
| CMS No Cookies Page            | <p><strong>DEPRECATED</strong><br></p> | <p>Determines the CMS page that appears when cookies are disabled in the browser.</p><p><strong>NOTE!</strong> ScandiPWA has no notification for users when the cookies are disabled in a browser. The website will not display any content in that case. </p>                   |
| Show Breadcrumbs for CMS Pages | **COMING SOON**                        | <p>Determines whether a breadcrumb trail appears at the top of all CMS pages. </p><p><strong>NOTE!</strong> In ScandiPWA, a breadcrumb trail is always visible on the storefront. </p>                                                                                           |

{% hint style="info" %}
**Caching Note**

After changing the default page,&#x20;

1. On the *Admin* sidebar, go to **System** > *Tools* > **Cache Management**
2. Choose Flush Cache Storage.
   {% endhint %}
