Viewing 1 replies (of 1 total)
  • Being not expert I can only say that that worked for me.

    However… you need to update the .htaccess file after doing that and after selecting what type of permalinks you want ( General/Settings/Permalinks ). [ Codex — Changing Url )

    Before the # BEGIN WordPress part, at the very top of the .htaccess file, you could paste something like this:

    Options +FollowSymLinks +SymLinksIfOwnerMatch
    RedirectMatch 301 ^/https://www.beaconacademy.org/dev-wpbeacon/wordpress/([^/]+)/$ https://www.beaconacademy.org/https://www.beaconacademy.org/dev-wpbeacon/wordpress/$1

    That example, using Mr. Yoast’s tool here, is for %postname% permalinks, to use other sorts of permalinks, go to that link.

Viewing 1 replies (of 1 total)
  • The topic ‘Wait..what? Can changing my URL really be this easy?’ is closed to new replies.