Answers for "change url wordpress wp-config"

PHP
10

wp-config change url wp-config

define('WP_HOME','http://example.com'); 
define('WP_SITEURL','http://example.com');
Posted by: Guest on May-22-2020
4

wp-config override site url

define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );
Posted by: Guest on May-29-2020

Code answers related to "change url wordpress wp-config"

Browse Popular Code Answers by Language