Find and delete files with specific content
Sometimes you get bad files uploaded to your website. Files might be the same or might just contain a specific line of code and you […]
Continue reading »Notes from the Expert
Sometimes you get bad files uploaded to your website. Files might be the same or might just contain a specific line of code and you […]
Continue reading »Little introduction Frustrated as most of you, who has been with CentOS for many years, I have decided to head to Debian. This page will […]
Continue reading »If you proxyPass your whole account and still want/need to have URL validation for your free SSL certificate (AutoSSL / Let’s Encrypt / cPanel / […]
Continue reading »There are reasons, when you need to compile PHP yourself. I would personally always prefer that way, as it lets you have more control and […]
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 »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 »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 »