Conflict with wp_homeurl, wp_siteurl and admin interface settings

The constants you need to define are WP_HOME, not WP_HOMEURL, and WP_SITEURL, and you need to complete address. Your addresses are missing the scheme— http:// define( ‘WP_SITEURL’, ‘http://local.192.168.3.101.xip.io’); define( ‘WP_HOME’, ‘http://local.192.168.3.101.xip.io’ ); Without the scheme, WordPress treats those URIs like relative addresses. You can see that in the address bar if you watch what is … Read more

blog url redirecting

Based on the code that you posted I can see you have created a Multisite installation. I’m assuming that is a mistake. I would suggest you delete you new installation, upload your old site backup and import your old database backup. Updating the Database Ok, now that things are back in place you need to … Read more

Error in database connection [closed]

try deleting wp-config.php or rename it, then go to your site, then follow the setup instructions. by deleting wp-config.php it will make your site run setup wizard when you visit your home page. It will ask you your database configuration. And if you fill out each input fields with correct data, then your site is … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)