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...
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...
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...
Security analysts have detected an ongoing attack that uses a huge number of computers from across the Internet to commandeer servers that run the WordPress blogging application. The unknown people behind the highly distributed attack are using more than 90,000 IP...
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...
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...