No badges yet
No accepted solutions yet
Rewrite Rule Affecting All Files Under /shop/ Path Unexpectedly
Thanks this helped a lot it just didn't look like the answer or what would have helped but everything is fine now no need for sub dir but in local host it can't find the path to...
Rewrite Rule Affecting All Files Under /shop/ Path Unexpectedly
it's href="/index.html" in my file but after the rewrite rule it just turns to href="shop/index.html" that's where the issue is... or you can just route to the website and test it...
Rewrite Rule Affecting All Files Under /shop/ Path Unexpectedly
All this are not my issues but my issue is that the rewrite rule is working as it should work cause i want to rewrite any request that comes to /shop/path to /product but this is...
Rewrite Rule Affecting All Files Under /shop/ Path Unexpectedly
Hi everyone, I’m encountering an issue with a rewrite rule in my Vercel project that I could use some help with. Here’s the situation: I have the following rewrite rule in my...