Installing wordpress on Azurewebsites running Django -
we running django application on azure websites. install blog on www.example.com/blog.
we uploaded wordpress root directory, www.example.com/blog. django url handler stopping request subdirectory , issuing 404 page.
how solve issue?
it sounds want deploy multiple apps (a wordpress in php & django in python) on same azure website instance.
so steps below, please try.
- first of all, please check php runtime option of
application settings
whether enabled on azure portal, figure below, , refer offical documentconfigure php in azure app service web apps
know more details.
- to configure new entry of
virtual applications , directories
on azure portal figure below, similar other thread how deploy multiple apps on azure webapps can refer to.
- finally, can upload wordpress installation files path
site/wwwroot/blog
, install normally.
hope helps.
Comments
Post a Comment