Aangemaakte reacties

1 reactie aan het bekijken (van in totaal 1)
  • Hoi Jeroen,

    Edit wp-config.php
    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 hardcoding the values into the site itself. You won’t be able to edit them on the General settings page anymore when using this method.

    Zo kun je iig je url in wordpress even aanpassen en weer bij je instellingen.

    Verder weet ik dat je na overplaatsing links in je database na moet lopen en moet wijzigen (zonder /WRDP dus).

    Complimenten voor de site, mooi geworden en ook goed herkenbaar vanaf de oude.

1 reactie aan het bekijken (van in totaal 1)