pfefferle / wordpress-well-known

A plugin that enables "Well-Known URIs" support for WordPress (RFC 5785: http://tools.ietf.org/html/rfc5785).
https://wordpress.org/plugins/well-known/
13 stars 32 forks source link

Is there a way to make this work in combination with a hard-coded ./well-known/ directory? #3

Open davidfcarr opened 5 days ago

davidfcarr commented 5 days ago

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?

pfefferle commented 4 days ago

Not yet, but I like the idea!