Masking link with a 302 redirect through nginx not working
spacing asked: I’m trying to mask an affiliate link, so I want to have a 302 redirect through nginx I want to redirect all /go links to the respective affiliate …
Freedom through Communications
Browsing Tag
spacing asked: I’m trying to mask an affiliate link, so I want to have a 302 redirect through nginx I want to redirect all /go links to the respective affiliate …
Marcel Linke asked: I have the following problem. In my local test configuration, when I try to access https://www.testdomain.local/admin it will always redirect me to https://www.testdomain.local:8443/admin/ which cannot be resolved …
Ghost Echo asked: I have recently moved a site over to a new domain. The hosting stayed the same, just a new URL for the site. I want https://oldsite.com to …
Wayne Werner asked: I’m not entirely sure what it is I’m looking for here, so I’m not able to effectively search for my answer. I’m using dehydrated for LetsEncrypt’s TLS-ALPN …
pi. asked: I have hundreds of url redirects to implement and I am not quite certain where the best, most efficient place to implement the redirect block is: on the …
VSack asked: I have two redirects in a file at /etc/nginx/redirect.conf: rewrite /this-link https://www.google.com redirect; rewrite /this-link-too https://mail.google.com redirect; Attempting to go to http://www.example.com/this-link or http://www.example.com/this-link-too both go to https://www.google.com. …
Saji asked: In nginx we have been trying to redirect a URL as follows: Client hits the url: https://new.domain.com/reg?account.name=ABC&accountID.number=1234&OrderNumber=11111111&Code=2222 and nginx has to route the request to the back-end tomcat. …
gioele asked: Redirect with status code 308 (Permanent Redirect) is supported in nginx only since version 1.13. How can one simulate a 308 redirect using only the facilities offered by …
Casper asked: For example, when I browse http://example.com/foo?x=1&y=2 nginx redirects me to https://example.com/foo?x=1&y=2?x=1&y=2 Now if I continue to redirect, I get https://example.com/foo?x=1&y=2?x=1&y=2?x=1&y=2?x=1&y=2 It keeps doubling the parameters, not sure what …
Binarus asked: I have a website served by Apache 2.4 which should serve all contents via HTTPS. I already have appropriate redirections in place which work correctly, but don’t catch …