20th Feb 2016 - Traffic Zombie, the tip to know....
1

You can at your level block website referrer from Russia and China, add this to htaccess :

# Block zombie traffic (you can add other countries, added lines must be with [NC,OR], last line must be only with [NC])
RewriteCond %{HTTP_REFERER} \.ru [NC,OR]
RewriteCond %{HTTP_REFERER} \.cn [NC]
RewriteRule .* - [F]

9th Feb 2016 - 1 daily backup of your databases has been added !
1

1 daily backup of your databases at 13:15 PM GMT !

8th Feb 2016 - PHP mail issues after updates
1

The PHP mail knows a concern since the system updates made today. Some clients informed us already.

It is disturbing we understood... but at same time this is not a surprise because php mail is announced for 2 years as being dead process method.

Let's see if we can come back re-authorize

Meanwhile, if you want to use email, this is how to do forever, and it works perfectly :
https://support.yoorshop.hosting/knowledgebase/1119/Send-emails-via-smtp-from-your-site-not-with-phpmail-.html

News at 18h01 :

Le phpmail is working again, this was due to the much updates that happened today. Anyway, you must use smtp because this is the one which maximizes your deliverability !

7th Feb 2016 - Module 1-Click Upgrade - AutoUpgrade Prestashop
1

After many recurring problems of this module with consequences on the server, this module should be not used...

If we observe update issues, we will do this :
Simply move folder modules/autoupgrade to public_ftp

As a consequence :
You will need to use another way to update your shop, OR you can use this last moduel just for doing shop upgrade

6th Feb 2016 - Linux kernel updates
1

We have to integrate the system that will Kernelcare 2 very importants things :

- Always be up to date automatically including those very important in general security ones.
- No more rebooting needed, so we can keep and maximized availability

Yours sincerely,
Johann

30th Jan 2016 - PageSpeed web Optimization
1

We activated the PageSpeed Nginx web optimization at all default accounts
This optimizes CSS / images / javascript. Our tests have shown GTmetrix by site multiple improvements ranging from 10 to 25% ...
Normally no problem with the sites but not impossible with CSS modifications, /ex, Pagespeed uses a cache system which purge itself every 3-6 hours.

Also do well CTRL + F5 et SHIFT+CAPSLOCK+R

You can disable PageSpeed temporarily or permanently.


If you want to desactivate PageSpeed, you must change your profile Nginx :
https://support.yoorshop.hosting/knowledgebase/1891/How-to-enable-or-disable-Page-Speed.html

1st Jan 2016 - Best wishes 2016 !
1

To begin the year, YOORshop becomes YOORshop SAS !

19th Dec 2015 - Nginx cache can be activated from cPanel
1

If any issue arrives, you can get back to normal proxy nginx, follow well instructions :
https://support.yoorshop.hosting/knowledgebase/1733/Activation-of-nginx-cache-andoror-HSTS.html

Don't hesitate asking us to do it for you by giving all details to avoid any issues !