#MissKitty is reorganizing the directory at her #pin. Some #documents will lose access from the prior link. They are still there and available but moved. Probably to a #sub-directory. If you can't find something, please let me know. Thanks.
@kelson To deal with the combination of #LetsEncrypt and using #WordPress in a #subdirectory, I'm using this in my .htaccess at the top level of the site:
RewriteRule ^.well-known/(host-meta|webfinger|nodeinfo|x-nodeinfo) /journal/.well-known/$1 [L]
This is to ensure that *only* the webfinger and nodeinfo endpoints are forwarded to the blog where the #ActivityPub plugin picks them up, and Let's Encrypt will find .acme-challenge and be able to renew my TLS cert when the time comes.