Search Results for: http:

How to Install a Laravel Development Environment

Laravel provides not only a complete and developer-friendly framework for creating PHP web applications, it also provides a local server for configuring your app. In this article, you’ll learn how to create a complete Laravel development environment in your local server, which you can then upload to a live production environment. In order to follow Read More >

How to Set a Custom 404 Page Using .htaccess

A 404 error occurs when a requested page is not found on your website. Instead of displaying a generic error message, you can create a custom 404 page to improve user experience and reduce bounce rates. What is a 404 Error? The 404 error (HTTP status code “404 Not Found”) occurs when a server cannot Read More >

What Is SSL and Why Is It Important?

Few things drive visitors away faster than a “Not Secure” warning in their browser. Whether you’re running an online store, a personal blog, or a business website, an SSL certificate is essential for protecting your visitors and securing your data. In this guide, we’ll explain SSL, why it matters, and how to get the correct Read More >

How to Create NGINX Redirects

NGINX can be used as a web server (in lieu of Apache) or proxy server. For those using it as a web server, creating NGINX redirects requires editing server configuration files. This is different from Apache which also checks .htaccess files during web server requests. NGINX doesn’t use .htaccess. Need to know how to redirect Read More >

SpamAssassin: Fighting Spam

You just want to run a website and make the most of your business’s email address, but managing spam is starting to feel like a full-time job. Sound familiar? It seems that no matter what we try, the world’s ‘spam artists’ find new ways to annoy us. If you have never managed your own email Read More >

Create a WordPress Plugin: A Tutorial

In this guide we’ll walk you through creating your very first WordPress plugin. This will just be a simple plugin that adds some extra info to all of your posts. Using these same steps you can design and implement your own WordPress plugins! Remember, this is just an instructional plugin meant to show you the Read More >

How to Configure Apache Load Balancer

Load balancing is the process of distributing traffic across multiple servers for high-availability (HA) and elastic scalability. Many system administrators opt for dedicated software such as HAProxy to incorporate a proxy server. But with the mod_proxy_balancer module, you can easily use an unmanaged Linux cloud server as an Apache load balancer for domains or specified Read More >

How to Use Super Socializer on WordPress

Learn how to use the Super Socializer plugin to seamlessly integrate social media tools with your WordPress site. This helps drive more online interactions and engagement from your visitors since it provides a fast and easy way for them to share and interact with your website.  Installation and Setup General Options Enable Social Commenting Enable Read More >

How to Install the Drupal Matomo Module

The Matomo Analytics Drupal module connects your Drupal site to your Matomo Analytics application and eases the process of modifying the tracking code to better suit your needs without advanced programming experience. The Drupal Matomo module tracking options include: Using the right on-site web analytics software for your needs will prove to be a valuable Read More >

Install Splunk on Linux – Complete Setup Guide

We have many guides on securing common web hosting solutions: cPanel servers, bare cloud servers, and even the popular WordPress content management system (CMS). Each includes great technical controls for a proactive approach to defense in depth. However, nothing can detect and prevent everything. The only way to address this is to apply administrative controls, Read More >

How to Install Nextcloud on Ubuntu 18.04 LTS

When setting up a new server running the Linux operating system Ubuntu 18.04 LTS, you may find yourself looking for an open-source cloud storage solution that would allow you to easily move data between your various devices. One such solution is Nextcloud, a popular open source cloud storage solution that can be installed on most Read More >

Distance and Remote Learning Platforms

Remote learning (also referred to as distance learning or virtual learning) is rapidly becoming more popular than ever, leading to an increased demand for reliable, feature-rich remote learning solutions. Software such as Moodle, Big Blue Button (BBB), Canvas, and Google Classroom offer video conferencing, screen sharing, and other remote learning tools that can be used Read More >

Installing Big Blue Button (BBB) On Ubuntu

Big Blue Button (BBB) is a free, open source video conferencing solution that can be installed on Ubuntu machines and accessed via web browser. This software provides a free alternative to similar services such as Zoom and Google Meet. In this guide, we will outline how to install Big Blue Button on your Ubuntu machine. Read More >

How to Add a BIMI Record in cPanel

Many email applications currently support Gravatar for showing images alongside sender email addresses. It’s been around for a long time, and it’s integrated with some some major websites and applications (e.g. WordPress), so this shouldn’t be too surprising. But there’s a new way to accomplish this without creating another online account. Below we’ll cover: What Read More >

JavaScript Resources for Beginners

JavaScript has helped keep the internet interactive since the early days of web browsers. There are thousands of resources available to help you if you want to get better at this essential programming language. It can be difficult to figure out where to start! Below are a few JavaScript resources ranging from tutorials, books, and Read More >