Another attempt to fix rewriters

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-12 14:04:27 -04:00
parent cc8d81ae3d
commit 6fa65818fb
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -61,7 +61,7 @@
"destination": "/api/activitypub/sendNote.js"
},
{
"source": "/:pathSection/:pathPage(/|/index.htm|/index.html)",
"source": "/:pathSection/:pathPage",
"has": [
{
"type": "header",
@ -72,7 +72,7 @@
"destination": "/:pathSection/:pathPage/status.ajson"
},
{
"source": "/:pathSection/:pathPage/(/|/index.htm|/index.html)",
"source": "/:pathSection/:pathPage,
"has": [
{
"type": "header",
@ -83,7 +83,7 @@
"destination": "/:pathSection/:pathPage/status.ajson"
},
{
"source": "/:pathSection/:pathPage/activity[/]{0,1}",
"source": "/:pathSection/:pathPage/activity",
"destination": "/:pathSection/:pathPage/activity.ajson"
}
],