GridPane is pleased to announce that we’ve accepted a strategic investment from Automattic Read all about it
Display WordPress wp-config.php from within GridPane.
1 min read
GridPane is pleased to announce that we’ve accepted a strategic investment from Automattic Read all about it
To quickly view the contents of any of your GridPane site’s wp-config.php file follow the following steps.
Click on the sites link in the GridPane main menu to see all your active GridPane WordPress sites.
In the Active Sites panel, click on the domain in the URL column to open the Site Customization modal for the site whose WordPress configurations you wish to view.
From the Site Customizer you can display the contents of a site’s wp-config.php file by clicking on the Display wp-config icon link.
A popup modal will appear containing the contents of your chosen site’s wp-config.php file.
GridPane servers store a site’s wp-config.php file in a secure non-web-accessible location above the core files directory. While this location is not the default location, it is completely normal as WordPress looks in both the core root directory and the parent directory for the wp-config file. This can be confirmed by checking WordPress core here.
If you wish the view the wp-config.php via SFTP you will find it here:
/var/www/{site.url}/wp-config.php
(SFTP as root)
/sites/{site.url}/wp-config.php
(SFTP as system-user)