How do I redirect my site using a .htaccess file?

This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains. 1. Create an empty text file using a text editor such as notepad, and save it as htaccess.txt. NOTE: The reason you...

Using .htaccess rewrite rules

The Apache module mod_rewrite allows you to rewrite URL requests that come into your server and is based on a regular-expression parser. The examples presented here show how to: Direct requests for one subdirectory to a different subdirectory or the primary directory...

How To Setup a Firewall with UFW on an Ubuntu and Debian Server

One of the first lines of defense in securing your server is a functioning firewall. In the past, this was often done through complicated and arcane utilities. There is a lot of functionality built into these utilities, iptables being the most popular nowadays, but...

Widespread brute force attack targets WordPress

Last week a large scale, brute-force attack started targeting the default WordPress login pages of sites around the world. A brute-force attack is when an automated program or script, sometimes called a bot, tries to guess your password by repeatedly attempting to log...

Ubuntu / Debian Linux: Install and Setup TFTPD Server

Hw do I install and configure TFTP server under Debian or Ubuntu Linux server to configure networking equipment such as remote booting of diskless devices or remote loading of Unix like operating systems via PXE boot? tftpd is a server for the Trivial File Transfer...

Pin It on Pinterest