Knowledgebase: Wordpress
Changing the Site URL and Home Settings
  1. Login to WordPress admin dashboard
  2. Click on Settings >> General
  3. Fill in your Wordpress Address (URL) and Site Address(URL) and click Save
  4. Fill in your WordPress Address and Site Address and click Save.

 

If you're having issues accessing your WordPress dashboard, you can have WordPress automatically try to figure out what the correct WordPress Address should be using the RELOCATE flag in your wp-config.php file.

  1. Edit your wp-config.php file
  2. At the top of the file, add a define('RELOCATE',true); line:
    •  define('RELOCATE',true); // ** MySQL settings - You can get this info from your web host ** //
  3. Now visit your http://domain.com/wp-login.php page in your web browser
    • Be sure to type in the pathe of your WordPress core files before wp-login.php
  4. Log into your Wordpress dashboard as you would normally
  5. If you navigate to Settings >> General, you should now see that Wordpress has automatically populated the Wordpress Address (URL) field for you, with the path to your Wordpress files.

 

 


Comments (0)