Update activitypub.extend.php

This commit is contained in:
Namhyeon Go 2022-07-04 00:08:08 +09:00 committed by GitHub
parent 4e8b08150e
commit 5d4160fc46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -909,7 +909,7 @@ switch ($route) {
//
// <IfModule mod_rewrite.c>
// RewriteEngine on
// RewriteRule ^\.well-known/webfinger /?route=activitypub.webfinger [QSA,L]
// RewriteRule ^\.well-known/webfinger /?route=webfinger [QSA,L]
// </IfModule>
//
// Reference: https://wordpress.org/support/topic/htaccess-conflict/