Telling browser to cache JS/CSS and images
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 »Notes from the Expert
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 »
If you ever need to compile PHP7.0+ on a server where you still are running old MySQL and configuration script complains about not being able […]
Continue reading »
VPS has become a new standard in Hosting world. They have become stable, fast and scalable. Here is a small tip for those, who would […]
Continue reading »
Rare, but happens, that servers hang. And even more rare that they don’t respond on reboot commands. And what if you are out hiking with […]
Continue reading »