Fix: Exim mail bounce back – retry time not reached
Sometimes, usually when you have been affected by spammer attack and your exim queue was full of the bad emails, you might have troubles sending […]
Continue reading »Notes from the Expert
Sometimes, usually when you have been affected by spammer attack and your exim queue was full of the bad emails, you might have troubles sending […]
Continue reading »So – here is a very interesting piece of code, that I wanted to share. One customer came to me with a problem – company […]
Continue reading »This is awesome, guys – simple plugin to stress test your hosting and compare with other hosts. This plugin will run some tests on your […]
Continue reading »Most modern browsers should cache static content, like images, CSS and JS to make page load faster. But if you feel like being polite administrator […]
Continue reading »Centos7 is a great server OS. There are bunch of other sites, which describe how to manage firewall rules, here I am just gathering those, […]
Continue reading »Hello guys, Today I am going to list and give brief explanation about how you can protect your project against phishing. This article is designed […]
Continue reading »Google and other search enginesĀ implement their own lists of hacked and vulnerable pages. That is fantastic, but might be nightmare for administrators to debug […]
Continue reading »Just put these 3 lines on top of your .htaccess file. RewriteEngine on RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] Redirect non-www to www […]
Continue reading »Speed of your page loading depends on various factors – how “heavy” your scripts are, what CPU is installed on your server, amount of RAM, […]
Continue reading »Put the following text in your .htaccess file and change it to match your domain. RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://blog.hosting.guru/$1 [R=301,L] RewriteCond […]
Continue reading »