Tag: Apache

  • Messing with WordPress SPAM Bots

    If you have a WordPress based blog, or otherwise use WordPress as a CMS for your website, you are either getting a lot of bad user accounts being created or noticing a lot of knocking on your wp-login.php page. WordPress has a nice feature which allows you to install WordPress in a directory other than…

  • How to protect wp-login.php using .htaccess and .htpasswd?

    If you own or maintain a WordPress based web site you might or might not be aware that the wp-login.php page in your root directory, and the wp-admin directory are under constant attacks by malicious bots. This tutorial will show you how to password protect the wp-login.php file through the use of .htaccess and .htpasswd.…

  • Task list when setting up a new web server. [LAMP]

    This is my to-do list when preparing to deploy a new web server. Majority of the time I use Ubuntu as the operating system, though I have used Fedora and CentOS in the pass. I also manage RedHat Enterprise Linux servers at work. These tasks are mainly for a web server. Setting up just a…

  • .htaccess: Option FollowSymlinks not allowed here [Apache]

    If you ever receive the Apache/htaccess Symlinks error: .htaccess: Option FollowSymlinks not allowed here Simply replace FollowSymlinks with SymLinksIfOwnerMatch. It’s just a security feature that makes your website more secure.