man4toman
ممنون از پاسخی که دادی
منظورت از تغییر این فایل
اینهاست؟؟؟؟
// Set initial default constants including WP_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.
wp_initial_constants( );
// Disable magic quotes at runtime. Magic quotes are added using wpdb later in wp-settings.php.
set_magic_quotes_runtime( 0 );
@ini_set( 'magic_quotes_sybase', 0 );
// Set default timezone in PHP 5.
if ( function_exists( 'date_default_timezone_set' ) )
date_default_timezone_set( 'UTC' );
// Turn register_globals off.
wp_unregister_GLOBALS();
// Ensure these global variables do not exist so they do not interfere with WordPress.
unset( $wp_filter, $cache_lastcommentmodified );
// Standardize $_SERVER variables across setups.
wp_fix_server_vars();
// Check for the required PHP version and for the MySQL extension or a database drop-in.
wp_check_php_mysql_versions();
یعنی با تغییر این فایل همه پیشوندهای wp- از همه آدرس های سایت حذف میشه؟
میشه بهتر توضیح بدی که چیکار کنم
شرمنده ها
آدرس لاگین ادمین رو چه جوری تغییر بدم؟
میخوام کسانی که عضو می شوند نفهمند که سیستم سایت چی هست