Preview: wp-config.php
Size: 2.74 KB
/home/medyaist/Secure/polisgazetesi.com.tr/wp-config.php
<?php
/**
* WordPress temel yapılandırma dosyası.
*
* @package WordPress
*/
// ** Veritabanı ayarları ** //
define( 'DB_NAME', 'medyaist_u2296790_polisgzt' );
define( 'DB_USER', 'medyaist_polisgazetesi' );
define( 'DB_PASSWORD', '8EoezMv9IKJ~RRMa' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
define( 'DB_COLLATE', '' );
// ** Güvenlik Anahtarları - BU SATIRLARI DEĞİŞTİRİN! ** //
// https://api.wordpress.org/secret-key/1.1/salt/ adresinden yeni anahtarlar alın
define('AUTH_KEY', '!sıfırdan buraya güçlü ve rasgele bir anahtar girin!');
define('SECURE_AUTH_KEY', '!sıfırdan buraya güçlü ve rasgele bir anahtar girin!');
define('LOGGED_IN_KEY', '!sıfırdan buraya güçlü ve rasgele bir anahtar girin!');
define('NONCE_KEY', '!sıfırdan buraya güçlü ve rasgele bir anahtar girin!');
define('AUTH_SALT', '!sıfırdan buraya güçlü ve rasgele bir anahtar girin!');
define('SECURE_AUTH_SALT', '!sıfırdan buraya güçlü ve rasgele bir anahtar girin!');
define('LOGGED_IN_SALT', '!sıfırdan buraya güçlü ve rasgele bir anahtar girin!');
define('NONCE_SALT', '!sıfırdan buraya güçlü ve rasgele bir anahtar girin!');
// ** Tablo öneki ** //
$table_prefix = 'wp_';
// ** Hata ayıklama modu ** //
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', false );
// ** Güvenlik önlemleri ** //
define( 'DISALLOW_FILE_EDIT', true ); // Yönetici panelinden tema/eklenti düzenlemeyi engeller
define( 'FORCE_SSL_ADMIN', true ); // Yönetici paneli için SSL zorunlu
define( 'DISABLE_WP_CRON', false ); // Cron jobs - hosting ayarlarına göre değiştirin
// ** Bellek limiti ** //
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
// ** Otomatik güncellemeler ** //
define( 'WP_AUTO_UPDATE_CORE', 'minor' ); // Sadece küçük güncellemeler otomatik
define( 'AUTOMATIC_UPDATER_DISABLED', false );
// ** Çöp toplama süresi ** //
define( 'EMPTY_TRASH_DAYS', 30 );
// ** Çerez ayarları ** //
define( 'COOKIE_DOMAIN', '' );
define( 'ADMIN_COOKIE_PATH', '/' );
define( 'COOKIEPATH', '/' );
define( 'SITECOOKIEPATH', '/' );
// ** Dosya sistemi yöntemi ** //
define( 'FS_METHOD', 'direct' );
// ** WP_SITEURL ve WP_HOME (gerekiyorsa aktif edin) ** //
/*
define('WP_HOME','https://siteniz.com');
define('WP_SITEURL','https://siteniz.com');
*/
// ** Çoklu site (Multisite) - gerekli değilse dokunmayın ** //
/* define('WP_ALLOW_MULTISITE', false); */
/* WordPress mutlak yolu. */
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
/* WordPress değişkenlerini ve dosyalarını yükleyin. */
require_once ABSPATH . 'wp-settings.php';
Directory Contents
Dirs: 0 × Files: 1