Last active
December 21, 2025 02:56
-
-
Save XTechnology-TR/430e3c690c377940781b282e9cdc2399 to your computer and use it in GitHub Desktop.
The base configuration for WordPress wp-config.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Plugin Name: XTechnology - Kabadayı | |
| Plugin URI: https://www.xtechnology.com.tr | |
| Description: Bu eklentinin birçok alt özelliği olmasına rağmen, asıl amacı teknik konularda çok bilgili olmayan son kullanıcıların sistemlerinde etkinleştirilerek web sitelerini optimize etmektir. WordPress'e ait gereksiz emojiler ve iframe'ler gibi bazı hizmetleri kaldırır. CSS ve JavaScript dosyalarını site başlığından altbilgiye taşıyarak sitenin daha hızlı yüklenmesini sağlar. Ayrıca şunları da sunar: – Otomatik meta etiket optimizasyonu. – Yinelenen içerik sorunlarını önlemek için kanonik URL'ler. – Net site indeksleme için gelişmiş XML site haritaları. – Arama motoru anlayışını ve görünürlüğünü iyileştirmek için sınıfının en iyisi Schema.org entegrasyonu. – Ziyaretçiler ve tarayıcılar için eksiksiz yol izleme kontrolü. – Yükleme sürelerini azaltmaya yardımcı olan performans iyileştirmeleri. – Sosyal medya paylaşımını geliştirmek için Open Graph ve X Cards entegrasyonu. – Dinamik değişkenlerle özelleştirilebilir başlıklar ve meta açıklamalar. – Gelişmiş WooCommerce Desteği: Fiyat ve para birimi meta etiketleri, ürün XML site haritaları ve daha fazlasıyla e-ticaret sitelerini optimize etme gibi teknik SEO özellikleri sunar. | |
| Version: 1.0 | |
| Author: XTechnology | |
| Author URI: https://www.xtechnology.com.tr | |
| License: GPL2 | |
| License URI: https://www.gnu.org/licenses/gpl-2.0.html | |
| Text Domain: xtech-kabadayi | |
| Domain Path: /languages | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * The base configuration for WordPress | |
| * | |
| * The wp-config.php creation script uses this file during the installation. | |
| * You don't have to use the web site, you can copy this file to "wp-config.php" | |
| * and fill in the values. | |
| * | |
| * This file contains the following configurations: | |
| * | |
| * * MySQL settings | |
| * * Secret keys | |
| * * Database table prefix | |
| * * ABSPATH | |
| * | |
| * @link https://wordpress.org/support/article/editing-wp-config-php/ | |
| * | |
| * @package WordPress | |
| */ | |
| // ** MySQL settings - You can get this info from your web host ** // | |
| /** The name of the database for WordPress */ | |
| define( 'DB_NAME', 'db' ); | |
| /** MySQL database username */ | |
| define( 'DB_USER', 'db' ); | |
| /** MySQL database password */ | |
| define( 'DB_PASSWORD', 'db' ); | |
| /** MySQL hostname */ | |
| define( 'DB_HOST', 'localhost' ); | |
| /** The Database Charset to use in creating database tables. */ | |
| define( 'DB_CHARSET', 'utf8' ); | |
| /* Prefix For All Database Tables */ | |
| /** | |
| * 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_'; | |
| /* Custom Site URL */ | |
| define( 'WP_SITEURL', 'https://xtechnology.com.tr' ); | |
| define( 'WP_CONTENT_URL', 'https://xtechnology.com.tr/assets' ); | |
| define( 'WP_PLUGIN_URL', 'https://xtechnology.com.tr/assets/package' ); | |
| define( 'WP_HOME', 'https://xtechnology.com.tr/core' ); | |
| define( 'UPLOADS', 'https://xtechnology.com.tr/assets/uploads' ); | |
| /* Autosave Interval */ | |
| /* Autosave Interval */ | |
| define( 'AUTOSAVE_INTERVAL', 30 ); | |
| /* Disable Media Trash */ | |
| define( 'MEDIA_TRASH', FALSE ); | |
| /* Trash Max Days */ | |
| define( 'EMPTY_TRASH_DAYS', 15 ); | |
| /**#@+ | |
| * Authentication unique keys and salts. | |
| * | |
| * Change these to different unique phrases! You can generate these using | |
| * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. | |
| * You can change these at any point in time to invalidate all existing cookies. | |
| * This will force all users to have to log in again. | |
| * | |
| * @since 2.6.0 | |
| */ | |
| define('AUTH_KEY', 'wfZV:&DEKX~%QotA<S[K0yYk]5?iz.4-o+Ld9W+Tvgw0oe{}wg*?1`3NtIz.,@Tm'); | |
| define('SECURE_AUTH_KEY', 'b_-W*Ov |QVRF)>)vg1pZ<6v]K;]]+STqOI^}jy2p]-+S+{2|V{bN7?9~lLgiBa:'); | |
| define('LOGGED_IN_KEY', '|%D+m1 3c8AtS@]JhO1ujSo/`l?+&)-*^g$46%e* K!s9AF}Apj?iM+<JaJ8k&;*'); | |
| define('NONCE_KEY', 'VY7~E8xh0wSh(fAKN^24~JO7,7Bo$6dz>:jm[bT&2#7.e(D!ZUNj-/,M^HM+Jljs'); | |
| define('AUTH_SALT', 'dz u_WOtR D} cHk|#=tdv2(LP_&>-V/T;u76,{$nf%m~]fo5wB&t^Hf3_~ZX?5N'); | |
| define('SECURE_AUTH_SALT', 'gGgO@Nig>{{1Gil-DSHYR/g&4[ +BBv0(Q*N3x}dgT3]-2>or<6#1=TY>&HcwNre'); | |
| define('LOGGED_IN_SALT', 'V#R>s>I!-Gbvnv!Fq#RF`Y?A~:FZ-~pWdE[&(YbG9B~.fZj:Zp-f% M{Vy>(exS-'); | |
| define('NONCE_SALT', 'zK?9f/}M0>^s6({Uv$@#+5B!4]`(?~k/{+{<TG,i_TVT P/JPWP(P*BN4 moXl9-'); | |
| define( 'FORCE_SSL_LOGIN', TRUE ); | |
| define( 'FORCE_SSL_ADMIN', TRUE ); | |
| /* Performance & Speed Settings */ | |
| /* Disable Cache */ | |
| define( 'WP_CACHE', FALSE ); | |
| /* Compress CSS */ | |
| define( 'COMPRESS_CSS', TRUE ); | |
| /* Compress Scripts */ | |
| define( 'COMPRESS_SCRIPTS', TRUE ); | |
| /* Concatenate Scripts */ | |
| define( 'CONCATENATE_SCRIPTS', TRUE ); | |
| /* Force Gzip */ | |
| define( 'ENFORCE_GZIP', TRUE ); | |
| /* CRON Settings */ | |
| define( 'DISABLE_WP_CRON', TRUE ); | |
| define( 'ALTERNATE_WP_CRON', TRUE ); | |
| define( 'WP_CRON_LOCK_TIMEOUT', 2000 ); | |
| /* Memory Settings */ | |
| define( 'WP_MEMORY_LIMIT', '512' ); | |
| define( 'WP_MAX_MEMORY_LIMIT', '1028' ); | |
| /* DEBUG MODE Settings */ | |
| /** | |
| * 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. | |
| * | |
| * For information on other constants that can be used for debugging, | |
| * visit the documentation. | |
| * | |
| * @link https://wordpress.org/support/article/debugging-in-wordpress/ | |
| */ | |
| define( 'WP_DEBUG', TRUE ); | |
| define( 'WP_DEBUG_LOG', TRUE ); | |
| define( 'SCRIPT_DEBUG', TRUE ); | |
| define( 'SAVEQUERIES', TRUE ); | |
| define( 'WP_DEBUG_DISPLAY', FALSE ); | |
| define( 'DISALLOW_FILE_MODS', TRUE ); | |
| define( 'DISALLOW_FILE_EDIT', TRUE ); | |
| /* AUTOMATIC CORE UPDATES */ | |
| /* DISABLE ALL CORE UPDATES */ | |
| define( 'WP_AUTO_UPDATE_CORE', FALSE ); | |
| /* DISABLE NEW DEFAULT THEMES GETTING INSTALLED */ | |
| define( 'CORE_UPGRADE_SKIP_NEW_BUNDLED', TRUE ); | |
| /* Absolute path to the WordPress directory. */ | |
| if ( !defined('ABSPATH') ) | |
| define('ABSPATH', __DIR__ . '/'); | |
| /* Sets up WordPress vars and included files. */ | |
| require_once(ABSPATH . 'wp-settings.php'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment