Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should not redirect to new url with parameter #111

Open
meedipak opened this issue Feb 13, 2024 · 0 comments
Open

Should not redirect to new url with parameter #111

meedipak opened this issue Feb 13, 2024 · 0 comments

Comments

@meedipak
Copy link

meedipak commented Feb 13, 2024

I have setup as below
Old url : /my-account/purchase-carduser##@@$(text)-+*0123text
New Url : /my-account/frequently-purchased
Wild Card : true (Checked)
Redirect Type : Permanent

Note : /my-account/purchase-carduser is 404 url.

When I open the old url
http://{hostname}/my-account/purchase-carduser##@@$(text)-+*0123text
Then it redirecting to new url, but appending the parameters from old url.
http://{hostname}/my-account/frequently-purchased##@@$(text)-+*0123text.

Ideally it should redirected to new url as it is without appending any parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant