# Revolution Slider urls didn't update

**URL:** https://community.kinsta.com/t/revolution-slider-urls-didnt-update/722
**Category:** Bug Reports
**Created:** [May 28, 2021, 3:46pm UTC](https://community.kinsta.com/t/revolution-slider-urls-didnt-update/722 "2021-05-28T15:46:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![austinginder](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/austinginder/32/4136_2.png) [@austinginder](https://community.kinsta.com/u/austinginder)
#### Post date: [May 28, 2021, 3:46pm UTC](https://community.kinsta.com/t/revolution-slider-urls-didnt-update/722/1 "2021-05-28T15:46:54Z")

</div>

When pulling down an existing Kinsta site over to DevKinsta, it missed updating some of the internal urls references within Revolution Slider. I believe that is due to the fact that Revolution Slider stores urls with urls escaped. Running a find and replacement like the following does resolve the issue.

`wp search-replace \/\/example.com \/\/example.local --all-tables`

Could that extra find and replace happen when pulling sites into DevKinsta? I assume that might catch other missed references. This blog post goes into a bit more details how Revolution Slider is storing the urls within the database: [Replace Old URL with New URL in Revolution Slider - Update Image URL](https://www.bookwebmaster.com/wp/revolution-slider-change-domain-replace-url/).

---

<div class="post-metadata">

### Author: ![michael](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/michael/32/31_2.png) [@michael](https://community.kinsta.com/u/michael)
#### Post date: [May 28, 2021, 4:07pm UTC](https://community.kinsta.com/t/revolution-slider-urls-didnt-update/722/2 "2021-05-28T16:07:04Z")

</div>

Thanks for reporting on this @austinginder !
