Title: Search Replace
Last modified: October 6, 2017

---

# Search Replace

 *  Resolved [Rich](https://wordpress.org/support/users/rremick/)
 * (@rremick)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/search-replace-4/)
 * I have been changing all of my sites to SSL and doing search replace to update
   urls and so far with 4 sites no issues. On the ast one, the images in tablepress
   are not updating. ANy ideas? what tables is tablepress stored in?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/search-replace-4/#post-9564883)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * TablePress stores the table data as a JSON-encoded two-dimensional array in the“
   wp_posts” database table, using a WordPress Custom Post Type “tablepress_table”.
 * In that JSON format, all `"` and `/` are escaped with an extra backslash `\`.
   
   So, in the search/replace tool that you use, you have to search for
 *     ```
       http:\/\/example.com
       ```
   
 * and replace it with
 *     ```
       https:\/\/example.com
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Search Replace’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/search-replace-4/#post-9564883)
 * Status: resolved