doukeyong3746487 2016-01-09 18:39
浏览 49

我无法在我的Microsoft Azure Web应用程序上运行.php页面

I'm trying to hoost a website on Microsoft Azure and I did it. But when I enter in my website to a .php page the browser answer with the next error message: "The page cannot be displayed because an internal server error has occurred."

Before that, it returned a 500 error code, but searching the internet I tried to configure de Handler Mappings option (I dont know if I did it good or not, but now that is the new error message).

Is there any required configuration I have to do in order to make .php pages work? I have the "shared" payment plan, Do I need a better payment plan in other to do it?

Thank you!

  • 写回答

2条回答 默认 最新

  • douye7033 2016-01-09 22:11
    关注

    Ensure that PHP is enabled for you Azure Web App. Go to the Web App in the Azure Portal, click Settings and then Application Settings. There is a dropdown labeled PHP version. Make sure it is not set to "Off" (select your preferred version). Then select Save.

    评论

报告相同问题?