Skip to content
Snippets Groups Projects
Verified Commit cc8d81ae authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Attempting to fix bug with rewrites for detecting headers

parent 764953fc
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@
"destination": "/api/activitypub/sendNote.js"
},
{
"source": "/:pathSection/:pathPage/",
"source": "/:pathSection/:pathPage(/|/index.htm|/index.html)",
"has": [
{
"type": "header",
......@@ -72,7 +72,7 @@
"destination": "/:pathSection/:pathPage/status.ajson"
},
{
"source": "/:pathSection/:pathPage/",
"source": "/:pathSection/:pathPage/(/|/index.htm|/index.html)",
"has": [
{
"type": "header",
......@@ -83,7 +83,7 @@
"destination": "/:pathSection/:pathPage/status.ajson"
},
{
"source": "/:pathSection/:pathPage/activity",
"source": "/:pathSection/:pathPage/activity[/]{0,1}",
"destination": "/:pathSection/:pathPage/activity.ajson"
}
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment