-
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.