cotlus adlı üyeden alıntı: mesajı görüntüle
Aşağıdaki kodları, example.com kısmını kendi sitenizle değiştirerek wp-config'e ekleyip tekrar dener misiniz?
(Geçmişi silip deneyin)

define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
Malesef öyle bir kısım yok hocam

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'xxx' );

/** MySQL database username */
define( 'DB_USER', 'xxxx' );

/** MySQL database password */
define( 'DB_PASSWORD', 'xxx' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** Database Charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8mb4' );

/** The Database Collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );