Hosting.Guru

Notes from the Expert

Category: apache

Does SQL Query Cache matters on shared hosting?

Posted on November 4, 2023

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 »
0
apache, Benchmark, cPanel, MySQL

Install PHP5.2, PHP5.6 and PHP7.0 as Apache + FCGI on AlmaLinux8 / Centos8

Posted on August 2, 2023

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 »
0
apache, Linux, PHP

Unable to upload large files (wordpress, apache, php, cpanel)

Posted on February 15, 2023

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 »
apache, cPanel, PHP

Migrating from Centos to Debian

Posted on March 3, 2021

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 »
apache, Linux, MySQL, Security

Fix SSL certificate validation with ProxyPass

Posted on February 10, 2021

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 »
apache, Linux

Telling browser to cache JS/CSS and images

Posted on November 20, 2018

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 »
apache, Linux

Simple .htaccess rule to force redirect to HTTPS / SSL

Posted on August 10, 2018

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 »
0
apache

Redirect to HTTPS with .htaccess

Posted on June 7, 2018

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 »
0
apache, Linux, Security

Got your WordPress hacked?

I am starting a new YouTube channel, where I am showing how to clean WordPress sites and right now I need good and interesting material for my videos. If you need help with cleaning your WordPress site – send me an email – may be I can help you absolutely for free – by cleaning and recording the whole process.

Try fast WordPress hosting

Do you suspect, that your WordPress hosting is slow? Getting low score with WPBenchmark plugin? No worries – you can try fast WordPress hosting absolutely for free – request your fast demo WordPress here!

Categories

  • apache
  • Benchmark
  • cPanel
  • Linux
  • MySQL
  • Online tools
  • PHP
  • PostgreSQL
  • Security
  • Uncategorized
  • Wordpress

Got Questions? Need Help?

Sure, I can help. Just ask. If I can not find an answer to your question, I will suggest a solution for your problem! Visit hosting.guru for more details.

hosting.guru - professional help in any hosting related question
Powered by WordPress and Momentous.