Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Last active November 28, 2022 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeykuzmich/ea2999129d11bcbe4132a570c8e04cc4 to your computer and use it in GitHub Desktop.
Save sergeykuzmich/ea2999129d11bcbe4132a570c8e04cc4 to your computer and use it in GitHub Desktop.
WordPress Configuration
<?php
define('WP_SITEURL', 'https://www.mydomain.com');
define('WP_HOME', 'https://www.mydomain.com');
define( 'FORCE_SSL_ADMIN', true );
define( 'FORCE_SSL_LOGIN',true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment