28th Jul 2017 - Password management
1

We recommend :
https://www.lastpass.com/en 

Free, compatible on all OS devices, simplify life for typing passwords (option : automatic login possible also)

23rd Jul 2017 - New : Free screenshot generator online website by YOORshop
1


https://www.free-screenshot-generator-online.com


Generate your AscreeN 120x90, and put it at the root of your website ...

AscreeN is a format for webmasters. It allows you to put at the root of your site a preview of your site at size 120x90.

What's the point ?

The directories where you have surely registered, search at the root of your site if an ascreen.jpg file exists. If there are you will have the thumbnail of your site next to the description of it in the directory.
It is therefore a possibility for you to be more visible and therefore to attract new visitors.

Where to place the image ?

As said before, it must be placed at the root. In other words, it is necessary to be able to access this image in this way there: http://www.mysite.fr/ascreen.jpg
The file must be called ascreen.jpg.


19th Jul 2017 - Optimization Browser cache
1

We add an important point in our articles of advice on the optimization of the websites.

Some sites / CMS do not automatically

Test your site with :
https://tools.pingdom.com 

If the score is not A for Leverage browser caching, then add this to your htaccess:

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType text/html "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 1 month"
</IfModule>
## EXPIRES CACHING ##

 

9th Jul 2017 - Default version PHP 7 cPanel
1

Hello,PHP 7 provides significant performance gains over PHP56, so it's important to question yourself and investigate the feasibility...As a reminder, the PHP 54 55 versions are deprecated in terms of security. PHP56 will also be depreciated on 30/12/2017.PHP cloudlinux version are security patched even for old versions, contrary to PHP cpanel ... Read More »