Does SQL Query Cache matters on shared hosting?
Query cache, once a popular feature of MySQL database engine was removed from it many years ago. Developers from MariaDB kept it and that was […]
Continue reading »Notes from the Expert
Query cache, once a popular feature of MySQL database engine was removed from it many years ago. Developers from MariaDB kept it and that was […]
Continue reading »This might sound very strange in 2023, but here are HOW-TO instructions on how to install Apache with FCGI and various number of old PHP […]
Continue reading »There are several settings, that control maximum file size, that can be uploaded to WordPress (and basically any PHP script, that can process it). First […]
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 »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 »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 »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 »