Vercel.json proxying the root url with "rewrites" #27
-
I have two applications:
My goal:
The first one is working, by adding these lines to vercel.json:
Accomplishing the second one should look this:
But this rule doesn't take effect, seems like I can't proxy the root url, just subpaths. Have you any recommendations, how to solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
It may be easier to think about this the other way around! Is it possible to delegate a path at your WP host? Perhaps you can update the |
Beta Was this translation helpful? Give feedback.
It may be easier to think about this the other way around! Is it possible to delegate a path at your WP host?
Perhaps you can update the
destination
to behttps://mywp.mywphost.com/
orhttps://mywp.mywphost.com/index.html
. If these don't work, I would assume that this is deliberate, in order to prevent a pattern of proxying that, more often than not, is used by bad actors!