Title: From HTTP to HTTPS
Last modified: August 30, 2016

---

# From HTTP to HTTPS

 *  Resolved [rimiwi](https://wordpress.org/support/users/rimiwi/)
 * (@rimiwi)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/from-http-to-https-1/)
 * Hello,
 * I have migrate my website from http to https.
    The problem is that the tablepress
   table stay on http. How can I change this in the setting?
 * Richard
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/from-http-to-https-1/#post-6370181)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * You will have to manually replace all `http://` with `https://`.
 * If you want to do this automatically, I suggest to use a database search/replace
   tool, that you configure to only do the replacement in entries of the `wp_posts`
   database table that have a `post_type` field value of `tablepress_table`.
 * As the tables are JSON encoded, you will need to actually search for `http:\/\/`
   and replace that with `https:\/\/`.
 * Regards,
    Tobias
 *  Thread Starter [rimiwi](https://wordpress.org/support/users/rimiwi/)
 * (@rimiwi)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/from-http-to-https-1/#post-6370190)
 * Hi Tobias,
 * Thanks for the fast support.
    I think I have to this but will check this again.
 * Regards,
 * Richard
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/from-http-to-https-1/#post-6370191)
 * Hi,
 * no problem, you are very welcome!
    Yes, this might be a bit of work, but depending
   on how many links you have in your tables, it will be the quickest way.
 * Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘From HTTP to HTTPS’ 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/)

## Tags

 * [HTTP](https://wordpress.org/support/topic-tag/http/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/from-http-to-https-1/#post-6370191)
 * Status: resolved