-
Notifications
You must be signed in to change notification settings - Fork 21
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
Redirect adds / to the url #36
Comments
This PR might fix your issue (depending the mode you select during the setup of the redirection) #37 |
Is there a workaround ? Maybe modifying the nginx conf ? I have this in /etc/nginx/conf.d/domain.tld.d/redirect__3.conf :
And it redirects to https://otherdomain.truc/machin/ which is broken link... Edit : found a workaround that seems to work :
Then |
I had a similar issue when installing this application recently, but the extra / was in a different location; instead of redirecting to https://otherdomain.truc/my/page.html, it would redirect to https://otherdomain.truc//my/page.html, which ultimately worked as intended, but was ugly. My solution also required modifying the nginx config.
the issue for me was the forward slash between the domain and the $request_uri. After fixing it, a new install for a different domain was performed, and the issue was not experienced this time. Why was the result inconsistent? Are the helpers performing these jobs inconsistent? EDIT: Just updated my redirects (I have 5.) at least one broke*. The one that had the above "extra slash" issue once again had the extra slash. The one that didn't have that issue still didn't have the issue. Strange. *Uninstalling + reinstalling fixed it. |
I want to redirect to my.app/de but the redirect app redirects to my.app/de/, which is a broken link
I'm on YH 4.3.6.3 (stable) and Redirect 1.0.1~ynh1
The text was updated successfully, but these errors were encountered: