WordPress Config Generator
After Fill the form click on "Generate wp-config.php" Button
Error list here -
Possible Errors -
There doesn't seem to be a wp-config.php file. I need this before we can get started.
Need more help? We got it.
You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.
Create a Configuration File.
wp-config.php file download
unable to write to the wp-config.php file.
wp-config.php example
edit wp-config.php without FTP
wp-config.php missing
wp-config.php location ubuntu
where to find wp-config.php in Cpanel
wp-config.php location bitnami
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'database_name_here' );
/** MySQL database username */
define( 'DB_USER', 'username_here' );
/** MySQL database password */
define( 'DB_PASSWORD', 'password_here' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
ये सारे detail आप को आप के होस्टिंग account में मिल जायेंगे कुछ इस रूप में |
After Fill the form click on "Generate wp-config.php" Button
Now in your browser donload a php file.
Copy this file paste it in wordpress folder. Where the other main files in root directory.
0 Comments