Search code examples
windowsxamppwindows-10typo3typo3-8.x

How to install Typo3 in Windows 10 with XAMPP?


I have installed XAMPP in Windows, It is working perfectly. but when I installed Typo3 version 8 and it Showed some errors

  • PHP OpenSSL extension not working.
  • PHP extension soap not loaded.
  • Current directory is not within in the current path.
  • Low PHP Script Execution Time.
  • PHP max_input_vars very low.
  • Windows apache thread stack size.

But I can't able to fix the following:

  • PHP OpenSSL extension not working.

  • PHP extension soap not loaded.

  • Current directory is not within in the current path.

  • Windows apache thread stack size.

What should I do?

Thank you


Solution

  • Here is the full configuration for the Apache On windows server. This working fine with my windows 10 with SSL.

    Find my gist here: https://gist.github.com/GhanshyamBhava/41d3a34acc11cec2a4828b0d4b2c840f

    Hope this will work for you.

    Greetings!