Reputation: 7525
I built a test wordpress site in Azure yesterday and while I was playing around with it today it stopped serving pages. The dashboard reads that everything is up and running but only a blank page is being served. The URL is http://perryrubber.azurewebsites.net/
I have looked at some of the FTP logs, but nothing is popping out at me as to what is causing this. What can I look at to start debugging this?
Upvotes: 0
Views: 75
Reputation: 1805
Check to see if there is a .maintenance file in the root. If so remove it.
Other than that it most likely has something to do with either the theme or plugin that was installed. If you are able to access the dashboard I would try to uninstall the latest item to see if it makes any difference
Upvotes: 2