fix rewrite rule
This commit is contained in:
parent
049046be70
commit
21afec8586
1 changed files with 6 additions and 5 deletions
|
@ -229,13 +229,14 @@ class Activitypub {
|
||||||
'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/nodeinfo2',
|
'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/nodeinfo2',
|
||||||
'top'
|
'top'
|
||||||
);
|
);
|
||||||
\add_rewrite_rule(
|
|
||||||
'^@([\w\-\.]+)',
|
|
||||||
'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/users/$matches[1]',
|
|
||||||
'top'
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\add_rewrite_rule(
|
||||||
|
'^@([\w\-\.]+)',
|
||||||
|
'index.php?rest_route=/' . ACTIVITYPUB_REST_NAMESPACE . '/users/$matches[1]',
|
||||||
|
'top'
|
||||||
|
);
|
||||||
|
|
||||||
\add_rewrite_endpoint( 'activitypub', EP_AUTHORS | EP_PERMALINK | EP_PAGES );
|
\add_rewrite_endpoint( 'activitypub', EP_AUTHORS | EP_PERMALINK | EP_PAGES );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue