I figured my setup out. I’m not sure what configuration you’re using. The issue for me was in my server software settings. I’m using Apache on a LAMP stack; so in my server configuration settings, under the Directory heading for my web server (/var/www/ in my case) I set AllowOverride to All, leaving the Options and Require settings at default. This corrected the issue for me.