WebsiteBaker Support (2.10.x) > General Help & Support

Change full pad images in WYSIWYG editor after change http to https?

<< < (2/2)

sky writer:

--- Quote from: johnbroeckaert on January 12, 2018, 07:59:47 PM ---My question is whether they should all be edited manually to HTTPS: // ??

--- End quote ---

When I needed to do this for a website, I exported the site's database.  Then opened it in notepad++ and search and replaced all:

--- Code: ---src = "http://
--- End code ---
with

--- Code: ---src = "https://
--- End code ---
... or whatever string works best with your links.  Then I saved and imported back into the database.

johnbroeckaert:
I think that for the time being I will choose the Skyrider solution. Seems to me the most logical and safe. I understand that there are no more problems in 2.11 but then we will at least have to wait until this is no RC anymore.

Ruud's solution also seems interesting to me, but it is not entirely clear how that should be done with a droplet.

Thank you for your reations (Y)

Gast:
see my posting..... the URL was replaced automatically in the save-process since WB 2.8.3 SP6 in the wysiwyg module to  {SYSVAR:AppUrl.MediaDir} (in WB 2.10 + WB 2.11) or {SYSVAR:MEDIA_REL} (in WB 2.8.3 SP6 + SP7) and replaced back to the WB_URL (by output-filter), when in use (visible in back- or frontend) but only, if this URL in the Picture link is the same like the WB_URL.

Be carefull, if you use also URL's from foreign web adresses in your content, not every page use https, but a (global) search&replace replace everything and then, you have the risk for a dead-link


if you ask me....
Step 1:
start a manuel upgrade of the wysiwyg module

Step 2:
look into the database, table mod_wysiwyg, where do you have a usage from your WB_URL, remember there page_id && section_id and open this page in the wb-backend, save it and go to the next page

johnbroeckaert:
Hi Uwe,

Your solution is working just fine. I over looked it at you forlast post but it is simple  and quick (Y) (Y)

THANK YOU

Navigation

[0] Message Index

[*] Previous page

Go to full version