Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I a using cloudflare and the site works well forcing ssl. However, when editing a page and adding images the images are not visible in the image browser.

(screen capture) http://prnt.sc/dqyqxiImage


And once selected they do not show in editor (Until I change the image path manually)

(screen capture http://prnt.sc/dqysmf
Image

in my config i am using
// 1.
// If necessary, define the full URL of your site including the subdomain, if any.
// V.IMP: Don't forget the trailing slash!
define( 'K_SITE_URL', '//www.mywebsite.com/' );


any thoughts would be great
After some adjustments I was able to correct.

1. Added code to my config from this posting - https://www.couchcms.com/forum/viewtopic.php?f=8&t=7859
2. Adjusted the config to have "https://" instead of "//"
- define( 'K_SITE_URL', 'https://www.mywebsite.com/' );


Hope this helps anyone in the future.

:D
2 posts Page 1 of 1