Sito multilingua? Cerchiamo di capirci qualcosa

Ultimamente si parla molto di sotto-domini e sotto-cartelle relativamente alla SEO e l’incremento di traffico organico. L’articolo di Moz (che non linko per il bene dell’umanità) ha dato il via alla carrellata, infatti è stato ripreso in tutte le salse, tradotto e a volte (mal)interpretato da molti blog SEO italiani, tuttavia l’unico articolo che reputo […]

Ottimizzazione caching MySQL

Important Note: From MySQL 5.6.8,query_cache_type is set to OFF by default. So if you haven’t explicitly turned it ON on old version, it may not work anymore! Check current status of query_cache mysql -e “show variables like ‘query_cache_%'” Will output something like: +——————————+———–+ | Variable_name | Value | +——————————+———–+ | query_cache_limit | 2097152 | | query_cache_min_res_unit | […]

Pillole di gestione coda (queue) mail Postfix

Una breve guida che spiega come procedere con la gestione coda (queue) mail Postfix Trovare quali email sono bloccate e perchè If emails are getting delayed, its better to inspect postfix mail queues, coupled with postfix mail log. Status/Shape of Mail Queue Postfix maintains different queues for different purpose.active  and  deferred queues are of our interest. […]

Esempio file .htaccess

An attempt to create a default skeleton .htaccess file with the very best apache htaccess examples… Updated semi-frequently based on detailed info from the Apache htaccess tutorial. NOTE: Check out and use the Google 404 Error Page. Contents [hide] Sample Htaccess File MAIN SETTINGS AND OPTIONS MAIN DEFAULTS ENVIRONMENT VARIABLES MIME TYPES FORCE FILE TO […]