• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

How do I clear the cache after migrating to the new host and opening SSL?

Status
Not open for further replies.

xkwy521

Chevereto Member
Data recovery is complete, CSS and other files do not take https, resulting in style sheet loading failure, how to solve?

Case URL: https: //yuntu.ru
 
This is 100% not script issue but anyway...

When you do a migration you should be aware that there are several caches that you should flush. To name a few:
  • Browser cache
  • DNS propagation
  • CloudFlare or similar stuff
  • CDN (update source IP)
  • Etc
Try doing that and if it doesn't work ask your hosting company, they will have a more solid answer to this.
 
How to change the picture within the red box '
<link rel="stylesheet" href="http://yuntu.ru/lib/Peafowl/peafowl.min.css?daee8e9abf31ea2d11a69a8ace1d0af1">' changed to '
<link rel="stylesheet" href="/lib/Peafowl/peafowl.min.css?daee8e9abf31ea2d11a69a8ace1d0af1">' ?
ee355ecd3736f970.jpg
 
This is 100% not script issue but anyway...

When you do a migration you should be aware that there are several caches that you should flush. To name a few:
  • Browser cache
  • DNS propagation
  • CloudFlare or similar stuff
  • CDN (update source IP)
  • Etc
Try doing that and if it doesn't work ask your hosting company, they will have a more solid answer to this.



Find the problem!
The following picture is G.php source
QQ201702221253261b6d6.jpg

Source code $_SERVER['HTTPS'] and $_SERVER['HTTP_X_FORWARDED_PROTO']
But my server does not have these two parameters, please see the figure:
QQ2017022212570119db6.jpg

So I changed the source code and added the following code:
or $_SERVER['REQUEST_SCHEME'] == 'https'

Hope that the next updated version increases this code!
 
No, it won't. This is server stuff not script stuff. Told you on the fist reply.

System adds "https" when it detects that thing turned on, it doesn't work in the way you are doing it.
 
Last edited:
Status
Not open for further replies.
Back
Top