Search code examples
typo3typo3-9.x

Typo3: Create subpage under the root page and it's says Page not found. What is missing?


  1. I created Root page as a Home and it's displaying content.
  2. When I create subpage with locations it's says not found. Find below screenshot.

Front page

enter image description here

Home Page (Working) enter image description here


Solution

  • You seem to be missing the required .htaccess which should be created during installation (https://docs.typo3.org/m/typo3/guide-installation/master/en-us/In-depth/SystemRequirements/Index.html#apache).

    Save this default configuration https://raw.githubusercontent.com/TYPO3/TYPO3.CMS/9.5/typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/root-htaccess to your <document root>/.htaccess.