Find and Replace http (old url) with https (new url)
-
The default value in the Migrate DB find field is:
//www.sitename.com
which let’s assume is a non-ssl URL, so https://www.sitename.com
I’d like to replace with an SSL protocol URL, like https://www.newsite.com
But if I add https://www.newsite.com in the Replace input, the URLs throughout my db are replaced with something like this:
http:https://www.newsite.com – which obviously breaks everything.Any ideas?
Thank you!
Brad
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Find and Replace http (old url) with https (new url)’ is closed to new replies.