Search code examples
phptypo3content-management-system

Backend cannot be reached after Typo3 login screen


I am trying to install Typo3 on my Windows 10 computer and everthing goes well. Right after the installation (right before the Typo3 backend is supposed to open up for the first time) I get to the Login Page, type in the correct username and password and then tries to connect me to the Typo3 backend. However, all that I see is "localhost\index.php..." could not be reached.

I have tried the installation process on two seperate computers and I get the same problem with both.

Help is much appreciated!


Solution

  • I have finally figured it out!

    1. Go to the file

      httpd.conf should be here --> C:\xampp\apache\conf

    2. Add these lines

    <IfModule mpm_winnt_module>
    
    ThreadStackSize 8388608
    
    </IfModule>

    I can finally log into the backend. Thanks for your help!