by Krista M | Nov 15, 2018 | How To's
Because WordPress has to work on all sort of different platforms, OS’s and configurations, it can’t rely that there will be a cronjob service on the server that can handle scheduled tasks. This is why WordPress developers have created a workaround –...
by Krista M | Aug 8, 2018 | How To's
How to force SSL with .htaccess You can force an HTTPS connection on your website by adding these rules in your website’s .htaccess file: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] The...
by Krista M | Aug 8, 2018 | How To's
Overview Traceroute is a network diagnostic tool that displays the route taken by packets across a network and measures any transit delays. Most operating systems support the traceroute command. See the instructions for running traceroute on different operating...