how to find file manager and open the wp-config.php file

Dayong Cao 0 Reputation points
2023-12-04T13:09:50.1566667+00:00

Hi Everyone:

would you tell me how to find file manager and open the wp-config.php file on the Azure nonprofit account, please? Thank you!

David

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

1 answer

Sort by: Most helpful
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2023-12-05T09:00:51.57+00:00

    @Dayong Cao ,

    Since you have posted the question on Azure App Service? I presume your WordPress webapp is hosted on Azure WebApp.

    On App Service: The wp-config.php files can be updated using either Kudu console or FTP Client (such as FileZilla).

    1. Browse to Kudu : http://”yoursitename”.scm.azurewebsites.net.

    Example: if your Azure App Service Web App name is “testwebapp”, then surf to http://testwebapp.scm.azurewebsite.net

    1. Click ‘Debug Console’ and select ‘CMD’

    Traverse to wwwroot folder

    1. For WordPress, update wp-config.php

    -make necessary changes, and save.

    User's image

    Checkout these docs for more details on this:

    1. Enable WordPress Error Logs - Shows steps on : Wiithin wwwroot directory, open wp-config.php Add the following settings BEFORE the line /* That’s all, stop editing! … . */ :
    2. WordPress Best Practices for Performance - Shows steps to : Disable WP-Cron
    3. WordPress: Redirecting to wrong URL!! ( wp-config.php config options)
    4. Best Practices for WordPress Security on Azure (Customize and modify default settings in wp-config.php )

    --We may have to re-tag to receive insights from the targetted audience/SMEs.

    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.