I found the issue. Despite the .htaccess file having the correct code for allowing mod-rewrite, the Apache virtual host declaration did not contain
AllowOverride All
Once I’d added that and restarted Apache, all was well.
-
This reply was modified 5 years, 5 months ago by JAyenGreen.