: You can manually create it by renaming wp-config-sample.php (found in the root directory) to wp-config.php . 2. How to Safely Edit It
// Or disable revisions entirely define( 'WP_POST_REVISIONS', false );
When you set up WordPress manually, you can either fill out the setup wizard or rename this sample file to wp-config.php and fill in your details manually. This file defines global variables, database login credentials, security keys, and developer options. Where is wp-config.php Located? Tutorial: Host a WordPress blog on AL2 - Amazon Linux 2
You can set permissions via your FTP client by right-clicking the file, selecting “File Permissions,” and entering the numeric value.