Skip to main content

Questions tagged [redirection]

Can be either redirection internet traffic to different IP's or redirection of files from one path to another path.

44 votes
6 answers
134k views

How to prevent URL redirects in Chrome?

When I type in a URL and hit enter, for example abc.com, I don't expect to end up somewhere else. I expect an error page if there isn't a site with that URL. But instead I get redirected to another ...
1 vote
1 answer
836 views

xvfb-run redirects STDOUT and STDERR to STDOUT only

I'm trying to run an application via xvfb-run. I need to access this application's STDOUT stream independently from STDERR. Normally, I'd do something like this: node script.js > output.txt I ...
73 votes
15 answers
268k views

How to find out the real download URL on download sites that use redirects

Let's say I want to download something with wget but the website that has the files I need redirects to a site which automatically chooses a mirror for me (and there's no static file URL provided). ...
0 votes
1 answer
497 views

How is this Windows program ignoring my output redirection?

This program Lunar IPS (which create binary patch files) is seemingly ignoring my redirection to null. I'm invoking: "Lunar IPS" -CreateIPS output.ips input1.txt input2.txt > nul 2>&...
1 vote
0 answers
455 views

Clear cached URL redirects from Safari and Firefox

I have a NodeJS server and set up a redirect for https://emocoes.org/ukraine to https://emocoes.org/ucrania. The redirects seem set up correctly: $ wget https://emocoes.org/ukraine 2>&1 | grep ...
0 votes
0 answers
221 views

Forced Bing redirect

I use Google Chrome on my work computer and my personal one. Like a month ago I started to notice a weird behaviour, when I was using google to search something. If i changed the search criteria ...
0 votes
1 answer
3k views

Gitlab Nginx - Setting redirect http to https makes requests timeout

So, i just installed gitlab on my server. I'm running the bundled nginx on port 256, and i've set up https using let's ecnrypt. There's still a small problem, you can access it through a normal http ...
-1 votes
1 answer
244 views

How would I make a dns ip that redirects where sites lead

I'm trying to make a custom dns to where when someone visits, for example https://example.com/ they'll be just redirected to https://otherexamplesite/ instead I want to be able to do this using a ...
0 votes
0 answers
2k views

Can I use Nginx to redirect a sub sub domain to a subdomain with wildcards?

I want to be able to redirect domains like https://www.*.whanganuionline.com to the same sub domain of https://*.whanganuionline.com. We have a wildcard SSL for the domain *.whanganuionline.com but ...
0 votes
1 answer
215 views

How do I redirect an email in Outlook with the redirecting email ID as the sender

I need to redirect an email either in Outlook or in Gmail which is received from [email protected] to [email protected] from my email ID without exposing [email protected] to the reviewer ([email protected]) Is there a way ...
0 votes
1 answer
482 views

Output from command missing when redirecting

I'm trying to capture output and seeing strange behavior. Some output will only show if no redirection is used. Can be replicated reliably with this docker example: FROM alpine RUN apk add git RUN \ ...
2 votes
3 answers
1k views

What's the point of "waiting to redirect" pages?

I noticed that many websites, when they redirect you, they show a "redirecting in 5 seconds" page before the actual redirection. What's the purpose of that? I am currently implementing a ...
0 votes
0 answers
408 views

How can I redirect the output of a command that only writes to a file, not stdio?

There’s a command I want to run that writes to a specified file. Is it possible to redirect the output of this command to the stdin of another command? The command looks like this: foo -o filename I’...
0 votes
1 answer
663 views

Serve multiple websites with apache including https redirects

I admit I am quite rusty with these apache server setups. I am in a position where I need to set up 1 html, 1 django, and 1 php server. Individually I have tested all 3 and all 3 work fine on their ...
2 votes
0 answers
2k views

Figure out what makes a 302 redirect for site on Chrome / Firefox (Apache-server)

A site is running on a production environment, and needs to stay there, while I move and play with it on an online staging environment. I moved all the files and pointed my host-file to the staging-...

15 30 50 per page
1
5 6
7
8 9
50