Added redirect from wp-admin to wp/wp-admin

This commit is contained in:
2023-04-17 21:46:01 +00:00
parent a3bd5334f1
commit ac4583339e
3 changed files with 14 additions and 2 deletions

View File

@@ -115,6 +115,18 @@ data:
]
}
},
{
"action": {
"return": 302,
"location": "/wp/wp-admin"
},
"match": {
"uri": [
"/wp-admin",
"/wp-admin/*"
]
}
},
{
"action": {
"share": "/app/web$uri",