| CARVIEW |
Select Language
HTTP/2 301
date: Sat, 27 Dec 2025 11:13:20 GMT
content-type: text/html; charset=UTF-8
location: https://generatewp.com/wp-config/
server: cloudflare
cf-edge-cache: cache,platform=wordpress
x-redirect-by: WordPress
vary: User-Agent
cf-cache-status: DYNAMIC
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kslrqOzRITJafiConmWduUL9nSCWioiuMO7xI0r8iafQ7T%2FkVhxIaQD%2FX1xSF4fSLpvp9sGrXi0IlQ0XXIVczhqoeLKqTTsCzXJd9EDr"}]}
cf-ray: 9b48634c4caf3d3c-BOM
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Sat, 27 Dec 2025 11:13:22 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
cf-edge-cache: cache,platform=wordpress
link: ; rel="https://api.w.org/", ; rel=shortlink
vary: Accept-Encoding,User-Agent
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FJAVxO7gJz22dpnP%2Be5r5iteYq5wUvv1Jc5sZ5hFCiofudBifVKogPTuw%2FyIpmnty4sdwWp2JkglySnK99oB6C2rrkdpQUGaFC7DcAnV"}]}
cf-cache-status: DYNAMIC
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
content-encoding: gzip
cf-ray: 9b486357dd903d3c-BOM
alt-svc: h3=":443"; ma=86400
Generate wp-config.php File
wp-config.php Generator
<?php
/**
* Custom WordPress configurations on "wp-config.php" file.
*
* This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
* For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
* Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
*
* @package WordPress
* @generator GenerateWP.com
*/
/* MySQL settings */
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
/* MySQL database table prefix. */
$table_prefix = 'wp_';
/* Authentication Unique Keys and Salts. */
/* https://api.wordpress.org/secret-key/1.1/salt/ */
define( 'AUTH_KEY', 'put your unique phrase here' );
define( 'SECURE_AUTH_KEY', 'put your unique phrase here' );
define( 'LOGGED_IN_KEY', 'put your unique phrase here' );
define( 'NONCE_KEY', 'put your unique phrase here' );
define( 'AUTH_SALT', 'put your unique phrase here' );
define( 'SECURE_AUTH_SALT', 'put your unique phrase here' );
define( 'LOGGED_IN_SALT', 'put your unique phrase here' );
define( 'NONCE_SALT', 'put your unique phrase here' );
/* Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/* Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');