PHP:Internal Server Error using WAMP (at startup)

后端 未结 9 1235
一向
一向 2021-02-01 07:29

i had a problem wth php.It display error like below. It work well in other computer, but when i tried to run it in another computer it display error like below. I think i had a

9条回答
  •  别跟我提以往
    2021-02-01 07:39

    Definitely do what hunzaboy suggests first. Then if you're still getting the error, I found that one of my directives in my httpd-vhosts.conf file was causing the same error to persist even after taking his advice. I commented the line: "Require all granted" (which worked using a newer version of Apache) and everything was fine.

提交回复
热议问题