Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

change site url wordpress database

options table
1. siteurl
2. home

######## OR ########

// Add to top of wp-config.php
define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );
Source by www.hostinger.com #
 
PREVIOUS NEXT
Tagged: #change #site #url #wordpress #database
ADD COMMENT
Topic
Name
5+5 =