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:

Comments
Post a Comment