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