• WordPress default .htacess file

    If your WordPress .htaccess file is corrupted due to a malfunctioning plugin or other issues, you can restore the default .htaccess file # BEGIN WordPress RewriteEngine On RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress

  • Hotlink Protection cPanel

    A hotlink occurs when someone embeds your site’s content on another site, utilizing your bandwidth to deliver the files. To address this concern, you can utilize this interface. Hotlink protection, a security feature within cPanel, aims to minimize bandwidth usage. Its functionality involves thwarting external websites from directly linking to…

  • Disable Cache Using htaccess

    You can disable browser caching using .htaccess file in root folder. You can append rules below on top of your file The only drawbacks from the code above, your site takes slightly longer to load and use more bandwidth.

  • HTTPS Issue – Let’s Encrypt

    You need to upgrade your Operating System to have HTTPS properly displayed on your browser Issues with OpenSSL <= 1.0.2 Windows < XP SP3 macOS < 10.12.1 iOS < 10 (iPhone 5 is the lowest model that can get to iOS 10) Android < 7.1.1 (but >= 2.3.6 will work…