php 5.5.5 not working with Apache 2.4.7

前端 未结 5 573
被撕碎了的回忆
被撕碎了的回忆 2021-01-06 15:31

OK, so recently I decided to upgrade my server. I downloaded apache 2.4.7 "httpd-2.4.7-win32-VC11.zip" and extracted all the files, configured them for my use and

5条回答
  •  暖寄归人
    2021-01-06 16:04

    I am not sure what solved it. But this is all I DID

    -Did a fresh install of win 7 64 bits from scratch
    -Installed Visual Redistributed x86 and x64
    -Installed Apache 2.4.7 and php 5.5.5
    -made sure to save php file with .php ending and saved it in ANSI or UTF-8 Encoding ..not unicode (I think this was the problem  ...  :D stupid me )
    

    And voilà ...its working

提交回复
热议问题