Apache Options Directive
Be careful with the + and - before each of the options.
To turn on server side includes, use
Options +IncludesThis will leave all other options as they were.
Once we came across a .htaccessconfiguration which contained
Options IncludesThis turned off all other options, including SymLinksIfOwnerMatch, which began causing forbidden
403 errors on our server.
ForbiddenYou don't have permission to access ... on this server.