Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Site

<?php
/**
 * Custom WordPress configurations on "wp-config.php" file.
 *
 * This file has the following configurations: MySQL settings, Table Prefix, Secret Keys, WordPress Language, ABSPATH and more.
 * For more information visit {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php} Codex page.
 * Created using {@link https://generatewp.com/wp-config/ wp-config.php File Generator} on GenerateWP.com.
 *
 * @package WordPress
 * @generator GenerateWP.com
 */


/* MySQL settings */
define( 'DB_NAME',     'saeedcmk_wp' );
define( 'DB_USER',     'saeedcmk_cfull' );
define( 'DB_PASSWORD', '' );
define( 'DB_HOST',     'localhost' );
define( 'DB_CHARSET',  'utf8' );
define( 'DB_COLLATE',  'utf8_general_ci' );


/* MySQL database table prefix. */
$table_prefix = 'omi_';


/* Authentication Unique Keys and Salts. */
define('AUTH_KEY',         'i{CEn:^@=-1^JG+Kj3w9Fgo[t|eKI^>cCH,*otB;+5OW+n-~@70jD=yt5ZBR0pyX#8.I~WkqC5+[E{aSOcWWv,!,F7L~wRY?w=-F:PT');
define('NONCE_KEY',        'GkK:jFT `7x=X (B}H9pr7HtiR2>;Rer2n|6*y/wQ/,h7aU#/MrAIbm%c)5IDNf]');
define('AUTH_SALT',        'mYi|yU0c>f~~te-ci(<-por 0&k?R&9~)IlI*$_@z,Fk)=sf_v|f4ep?^RNiuMVD');
define('SECURE_AUTH_SALT', 'f^+F[b_%BG[;vl^S>p5zmhBbG|?0D 01[LRl(X$vlG4Wt|w1^Ykj>Xl|[wdW<-E@w8SMhT');
define('NONCE_SALT',       'M|5w$MS^01O=L`s8BY??=$Rwi;OjM?fTf+b_rgpVpTBQQzO{om?LGEcoPt~9BKYT');


/* WordPress Localized Language. */
define( 'WPLANG', 'fa_IR' );


/* AutoSave Interval. */
define( 'AUTOSAVE_INTERVAL', '3600' );
/* Disable Post Revisions. */
define( 'WP_POST_REVISIONS', false );
/* Media Trash. */
define( 'MEDIA_TRASH', false );


/* Multisite. */
define( 'WP_ALLOW_MULTISITE', false );


/* WordPress debug mode for developers. */
define( 'WP_DEBUG',         false );
define( 'WP_DEBUG_LOG',     false );
define( 'WP_DEBUG_DISPLAY', false );
define( 'SCRIPT_DEBUG',     false );
define( 'SAVEQUERIES',      false );


/* WordPress Cache */
define( 'WP_CACHE', true );


/* Compression */
define( 'COMPRESS_CSS',        true );
define( 'COMPRESS_SCRIPTS',    true );
define( 'ENFORCE_GZIP',        true );


/* FTP */
define( 'FTP_USER', 'saeedcmk.ir' );
define( 'FTP_PASS', '8910458537' );
define( 'FTP_HOST', 'saeedcmk' );
define( 'FTP_SSL', false );


/* Updates */
define( 'WP_AUTO_UPDATE_CORE', true );
define( 'DISALLOW_FILE_MODS', false );
define( 'DISALLOW_FILE_EDIT', true );


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