Wordpress Site hosted with Azure App Service

Tharaka 1 Reputation point
2022-06-07T01:00:05.227+00:00

When we log into word press it is showing an error, which means we can’t get into our backend of word press.

Please see the screenshot below:

208883-screen-shot-2022-06-07-at-105340-am.png

This happens when we try to access : www.xxxxx.com/wp-admin/

Any help on fixing this is appreciated.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

2 answers

Sort by: Most helpful
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2022-06-10T12:52:49.04+00:00

    @Tharaka , Just following-up, adding to PoluruSairamSekhar-1515 suggestions.

    To better assist you, just to clarify, did you provision a blessed WordPress image from Azure Portal as mentioned in this doc or configured a custom container WebApp?

    Azure WebApp when created adds a default domain name. The URL of the web app becomes http://<app-name>.azurewebsites.net, where <app-name> is your app name.

    So, unless you have configured a custom domain -to access the WordPress Admin page, you need to browse to /wp-admin (as you did) -thus, the URL becomes http://<app-name>.azurewebsites.net/wp-admin (but, as you mentioned you’re hitting www.xxxxx.com/wp-admin/)

    You can inspect the log files from Kudu console at https://yourwebsite.scm.azurewebsites.net/api/logs/docker, and fetch more details on the issue

    Configure Nginx for PHP 8 Linux Azure App Service - review the config details.

    --
    To benefit the community find the right answers, please do mark the post which was helpful by clicking on Accept Answer’ & ‘Up-Vote’.

    1 person found this answer helpful.
    0 comments No comments

  2. Michael 91 Reputation points
    2022-06-20T12:17:53.56+00:00

    Maybe you should also update all "HTTP://mywebsite" DB entries by "HTTPS://mywebsite" I've already had a lot of problems because of this.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.