Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Matthias Pfefferle

    (@pfefferle)

    Hi @aphandersen it seems to be a configuration problem on your host. Sadly I have no experience with lightspeed. Do you have the possibility to add something like rewrite rules?

    Thread Starter aphandersen

    (@aphandersen)

    Yes, I can change these in the .htaccess file. I have tried to add the line:

    RedirectMatch "^\/\.well-known(.*)$" "\/\/\.well-known$1"

    But that did not fix the problem.

    Plugin Author Matthias Pfefferle

    (@pfefferle)

    I am not sure, why you tried the redirect 😳

    If you want to try to redirect, you should redirect /.well-known/webfinger to https://www.it-blogger.dk/wp-json/activitypub/1.0/webfinger.

    Please do not redirect the complete /.well-known/ folder, because it might include extra, non WebFinger, informations.

    The API endpoint seem to work fine: https://www.it-blogger.dk/wp-json/activitypub/1.0/webfinger?resource=acct:[email protected]

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Activitypub does not work’ is closed to new replies.