WP Config Security Checker

wp-config.php security checklist

wp-config.php
Security: —

Configure a secure wp-config.php through a guided checklist. Each constant is explained with differences between local, staging and production. Complete PHP snippet at the end.

0 / 0 0%

Enable checklist items to generate code

The wp-config.php file is the heart of a WordPress installation and contains sensitive information such as database credentials, auth keys and debug settings. Correct configuration is one of the most fundamental security requirements for any WordPress site.

This generator produces:

  • WP_DEBUG configured for development (true) and production (false with log)
  • Unique auth keys and security salts
  • Custom table prefix
  • FORCE_SSL_ADMIN and DISALLOW_FILE_EDIT
  • Limited WP_POST_REVISIONS