You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re using delimiters for things like swapping domains:
/example.com -> /newdomain.com
And that would cover most use cases, swapping domains, filepaths etc
But none of this works for swapping http version of domain url to https version of domain url and compensating for escaped urls which are quite commonly found in WP databases.
If you try to pass in the string including escaped slashes, the tool autoescapes these and targets the wrong string instead:
One of the primary use cases of this would be to rewrite domain urls in the db from http to https
I see you have several tickets on this:
#3
#2
#1
This tool covers:
but is unable to handle the escaped variants:
Re using delimiters for things like swapping domains:
And that would cover most use cases, swapping domains, filepaths etc
But none of this works for swapping http version of domain url to https version of domain url and compensating for escaped urls which are quite commonly found in WP databases.
If you try to pass in the string including escaped slashes, the tool autoescapes these and targets the wrong string instead:
See this has been rewritten instead:
And the string with the escaped url is untouched.
This is similar behaviour to interconnectit search-replace, but with that tool you can escape the backslashes like so on the inputs....
So to target escaped urls with interconnectit tool you use:
But that doesn't work here:
The text was updated successfully, but these errors were encountered: