We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The URL
https://example.com/Ryan
is redirecting to
https://example.com/index.html/?u=Ryan ^ unexpected trailing slash
My configurations are as follows:
... { "redirects": [ { "regex": "/(\\w+)", "destination": "/index.html?u=:1", "type": 301 } ], "trailingSlash": false }
I don't expect that slash in the redirected URL since it is not in my destination. Is my understanding wrong? How can I remove the unexpected slash?
destination
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The URL
is redirecting to
My configurations are as follows:
I don't expect that slash in the redirected URL since it is not in my
destination
. Is my understanding wrong? How can I remove the unexpected slash?The text was updated successfully, but these errors were encountered: