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.

47 votes
4 answers
90k views

Redirect URLs in Chrome?

Is there any extension to Chrome that will let me force a URL from a particular domain to be redirected to another domain? (E.g. Redirect http://www.google.com to https://encrypted.google.com.) Note:...
57 votes
7 answers
115k views

How to track url redirects in the browser?

When I type http://example.com/load/ in my browser and press ENTER, this website redirects me to http://example.com/load/1/, from there to http://example.com/load/2/ and then I finally landed on http:/...
0 votes
1 answer
120 views

What is the difference between a web server redirect and a hyperlink?

When dealing with web browsers, both a web server redirect and a hyperlink can have the same destination (on the same web site or on another web site). So, what is the difference between a web server ...
0 votes
1 answer
198 views

Browser going to router's webpage when typing in WAN IP

I have purchased a domain name and updated the DNS records to point to my WAN IP address. I am now trying to access this website by typing in my WAN IP (and the domain name) -- this however, is taking ...
28 votes
3 answers
39k views

In windows, can I redirect stdout to a (named) pipe in command line?

Is there a way to redirect the standard output of a process in Win32 console to a named pipe? Named pipes are built in to Windows and while they would be an useful concept, I've never seen them used ...
1 vote
1 answer
472 views

Cant access oracle.com from my home network only

I can't access https://www.oracle.com from my home network only. Other sites are accessible. I have cleared cache and checked the hosts file (there was nothing). The browser returns ...
1 vote
1 answer
534 views

Htaccess remove trash from end of URL using redirect 301

I need to remove "trash" from the end of the URL. I have more than 1000 URLs with this word: "card link" at the end of the URL. The URL before the word "card link" is ...
4 votes
0 answers
450 views

How to redirect traffic to my local IP when I use Windows hotspot?

I have created a hotspot on my Windows PC. I want all my traffic trying to access any URL to my local IP (where I am serving some login pages via XAMPP). Can anyone tell how to accomplish this ...
0 votes
1 answer
179 views

CMD does not append WSL output

In cmd.exe, I try to append WSL2 output to some file, like this: C:\somepath>echo Some contents> somefile C:\somepath>bash.exe --noprofile --norc -c "echo APPEND">> somefile ...
1 vote
2 answers
3k views

How to get rid of viruses, which redirect you to gocloudly/goac on OS X and maxonclick/ on iOS?

I faced with a problem which now annoys me very hard. During the last few days from time to time I was redirected visiting my ordinary list of websites. Googling didn't help too much, because whether ...
0 votes
1 answer
650 views

Intercepting all outgoing HTTPS requests from machine and redirecting it

I want to intercept all HTTP requests in that the user is sending and redirect them to my own localhost:5000, where changes will be made to the request, it will send it to the intended server ...
2 votes
0 answers
406 views

What determines the line width of Windows command processor redirected output?

When redirecting standard output (to a file, via >) of an application launched from the Windows command line, is the line width determined by the application or by Windows? As an example, I created ...
1 vote
1 answer
68 views

How can I capture the most recently executed cli command, !!:p, into a text file?

Creating brash one liners that work as expected take trial and error. Once I get it working, that command is the last in my history, and I can recall it !!:p. This does not work: !!:p >> ...
0 votes
1 answer
131 views

Output to stdout and external txt file

I am trying to redirect the stdout of a particular output to a txt file, however I would still like to view it in the console log tail -f /var/log/kern.log | ./prsfwlog -f elfs/prs_log.elf | \ grep -E ...
-4 votes
3 answers
4k views

Mixed Content and I can't find the probelm

I can not find the problem. I looked and looked i just do not see any http:// link on this page... The URL is Englsih-the Mixed Content: The page at 'https://www.english-the-easy-way.com/' was ...

15 30 50 per page
1
3 4
5
6 7
50