asp.net - Why does my php file download instead of execute on Windows Azure? -


i trying setup wordpress in subfolder (/blog) on asp.net mvc app hosted on windows azure. when navigate /blog/index.php, file downloads instead of executing.

i have done following:

  • downloaded wordpress , copied /blog in root of web app
  • deployed web app azure
  • enabled php version 5.5 (also tried 5.4)

i've clicked restart in portal web app.

still downloads file instead of executing.

what doing wrong?

you need add handler mapping

i not familiar azure, but...

you should have iis control panel handler mappings icon.

add mapping handler:

enter image description here


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -