Activating Permalinks gives 403 Access Forbidden

It turned out my local XAMPP was not configured correctly for htaccess.

Adding the following to my http-vhost.conf entry sorted the issue.

Options +FollowSymLinks
Options +Indexes
1 Like