Перейти к содержанию
Планета софта

Wp Config.php -

A few lines of code can help keep your database lean and your site fast:

: Ensures your login credentials are encrypted when you log in. define( 'FORCE_SSL_ADMIN', true ); wp config.php

/** Database Charset to use */ define( 'DB_CHARSET', 'utf8mb4' ); A few lines of code can help keep

define( 'WP_HOME', 'https://example.com' ); define( 'WP_SITEURL', 'https://example.com' ); wp config.php

×
×
  • Создать...