welaika / wordmove

Multi-stage command line deploy/mirroring and task runner for Wordpress
https://wptools.it/wordmove
MIT License
1.87k stars 167 forks source link

URLs still pointing to localhost #411

Closed adekunlemumuni closed 7 years ago

adekunlemumuni commented 7 years ago

After running a wordmove push --all command, the links on the remote server are still pointing to localhost on my local server. Please, what am I doing wrong here? Thanks!

nghh commented 7 years ago

Same here

nghh commented 7 years ago

Ahh, that was easy. Look at your Movefile. local > vhost must match exactly what you entered in your wordpress backend. So watch out for a trailing slash at the end of your URL

Cheers

adekunlemumuni commented 7 years ago

@nghh Thanks a lot! That worked but now I'm getting a 500 internal server error :( on other pages that aren't the home page.

adekunlemumuni commented 7 years ago

@nghh Never mind. Fixed it. Thanks buddy :)