On occasion you need to change your WordPress configuration file (wp-config.php
). GoDaddy offers two ways for you to edit the file. The easiest way is to use the online File Browser offered by GoDaddy. Alternately, you can get SFTP credentials from GoDaddy and connect to your website with a client such as FileZilla.
Instructions
The File Browser is a web-based tool that lets you access your WordPress files through your browser. You can upload files, download files, and change files directly from your browser without additional software.
- Sign into your GoDaddy account
You must sign into GoDaddy with an account that can manage your WordPress site. If you are using delegated access, be sure to switch to the account you are managing.
- Go to My Products
Click your name or profile icon in the upper-right corner and select My Products. The direct link is https://account.godaddy.com/products.
- Scroll down to Managed WordPress and click Manage All
- Click the … menu for your website and select Settings
- Scroll down and look for the Tools panel
- Under tools, locate File Browser and click Open
- Be careful about modifying files
You are now accessing the raw files of your WordPress installation. Take care to avoid unintentional modifications that could make your site inaccessible.
- Click wp-config.php in the file list to highlight it
You will probably need to scroll down.
- Before opening it, download a backup copy
Just to be safe, click the Download button with the file highlighted. This will download the file to your computer, in case you need to revert changes by uploading it back.
- Click View with the file highlighted to open the read-only editor
By default, the file is opened in read-only mode for your protection.
- Click Edit to enable editing
- Make your changes and click the Save button
- Test your site immediately
If your changes cause your site to become inaccessible, upload the copy you safely made. You can use the File Browser tool even if your website is down.
SFTP
GoDaddy also supports SFTP access. SFTP stands for Secure File Transfer Protocol and is a standard protocol for transferring and modifying files on a file system. You will need to generate SFTP credentials and then use those credentials with an SFTP app such as FileZilla.
Leave a Reply