소스분석

/** 디비명 */
define(‘DB_NAME‘, ‘wordpress525’);
/** MySQL user */
define(‘DB_USER‘, ‘wordpressuser525’);
/** MySQL password */
define(‘DB_PASSWORD‘, ‘z!U7]d2Fgt*L’);
/** MySQL hostname */
define(‘DB_HOST‘, ‘localhost’);
/** Database Charset */
define(‘DB_CHARSET‘, ‘utf8’);
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE‘, ”);
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘wp_’;

/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de_DE.mo to wp-content/languages and set WPLANG to ‘de_DE’ to enable German
* language support.
*/
define(‘WPLANG’, ”);

/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG‘,TRUE);

/* That’s all, stop editing! Happy blogging. */

/** 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’);

참고: 이 설치의 마지막에 사용될 아파치 mod_rewrite 모듈이 설치되어 있는지 확인하세요.

만약 mod_rewrite이 비활성이라면, 서버 관리자에게 모듈 활성화를 문의하시거나 아파치 문서를 보시거나 설정을 위해다른 곳을 검색해보세요.