LetsEncrypt WordPress on the Raspberry Pi – Nice url’s give 404 with https, http works

I’ve resolved the conflict.

In the default-ssl file I changed the following:

<Directory /var/www/example.com/>    # added full directory path                                                            
  Options FollowSymLinks                                                      
  AllowOverride All                  # change None to ALL                                              
</Directory>