Multi-Site WordPress site in 1 Single Azure Web App
-
Hi Guys,
I’m trying to made 2 WordPress CMS working fine in Azure Web App.
Have successfully installed my 1st WordPress in /site/wwwroot and my 2nd WordPress to /site/wwwroot/CMS2/
I can access both wp-admin consolde.
1. https://myappname.azurewebsites.net/wp-admin
2. https://myappname.azurewebsites.net/CMS2/wp-adminHave also add a new Virtual Path record in my Web App Virtual applications and directories.
Virtual Path : Physical Path | Type:
/ site\wwwroot Application
/CMS2 site\wwwroot\CSM2 ApplicationAdditional Information.
There is Tab in my Menu from my 1st Website which is linking to the 2nd Website, still with the same theme and layout.My issue is, the first page of the second website loads fine.
ex: https://myappname.azurewebsites.net/CMS2 but when trying to access addition pages still from the 2nd website ex: https://myappname.azurewebsites.net/CMS2/page2 it gives 404 Error.I also noted that I have 2 web.config files; 1st in site\wwwroot\web.config and the 2nd site\wwwroot\CMS2\web.config .
Is anything I need to change the 2nd web.config file?
Have check all the setting in both WordPress
1. wp-admin \ Appearance \ Menu (check if the custom URL is correctly configured)
2. Check for the permalinks also.. all look goods.Any possible idea about the problem?
The topic ‘Multi-Site WordPress site in 1 Single Azure Web App’ is closed to new replies.