WordPress:Merubah URL: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 November 2022

5 September 2022

  • curprev 16:3816:38, 5 September 2022 Kangtain talk contribs 691 bytes +200 No edit summary Tag: Visual edit
  • curprev 16:3616:36, 5 September 2022 Kangtain talk contribs 491 bytes +491 Created page with "==Edit <code>wp-config.php</code>== It is possible to set the site URL manually in the wp-config.php file. Add these two lines to your wp-config.php, where “example.com” is the correct location of your site. define( 'WP_HOME', 'http://example.com' ); define( 'WP_SITEURL', 'http://example.com' ); This is not necessarily the best fix, it’s just hard-coding the values into the site itself. You won’t be able to edit them on the General settings page anymore when us..."