ClearOS/Apache and Mod_Rewrite

Installing WordPress on your ClearOS box? Want to use permalinks? Enable them and find out that you are getting a 403 Forbidden? If you are getting a 403, like I was, then here is the quick fix for you.

In your .htaccess file, add this line to the top:

Options +SymLinksIfOwnerMatch

That should clear up the 403 for you.