You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
I'm attempting to make this work with a WordPress multisite install such that every subdomain would be able to verify a bluesky handle as described at https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial with the ID specified as a WordPress option.
On my Siteground hosting, there is a ./well-known/ directory used for security functions, so I don't think WordPress ever receives calls to a ./well-known/ address, and the rewrite function you created never gets called. Is there a way around that?
I'm attempting to make this work with a WordPress multisite install such that every subdomain would be able to verify a bluesky handle as described at https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial with the ID specified as a WordPress option.
On my Siteground hosting, there is a ./well-known/ directory used for security functions, so I don't think WordPress ever receives calls to a ./well-known/ address, and the rewrite function you created never gets called. Is there a way around that?