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.

3 votes
4 answers
2k views

redirect echo in a cmd batch file to a variable fail

I use the below function to check if echo is set on or off, and as you can see it pipes echo statuse and then uses the output to set a flag: FUNCTION :echos echo > echo.txt & rem pipe ech ...
0 votes
0 answers
57 views

In a website, when clicking an URL in it, it will open a new tab and inject a redirect. How to view the URL redirect trace in browser?

When I click a non-Facebook link in Facebook, it will be opened in new tab and be redirected to: https://l.facebook.com/l.php?u=https%3A%2F%2Fexample-url-shortener.com%2Fslug%3Ffbclid%3D...&h=...&...
3 votes
1 answer
782 views

How to track redirects accross domains in firebug/firefox?

I have Firebug, I'm on the net tab, persist is on, but when i enter "olddomain.com" and it redirects to "newdoamin.com", the "olddomain.com" request is removed from the console. I want all redirects ...
5 votes
2 answers
6k views

Redirect all HTTP traffic to HTTPS including subdomains

I'm trying to redirect all HTTP traffic to HTTPS including subdomains. I have the domain setup with FastComet on their Shared Hosting using cPanel. Some examples of how I like to redirect. http://www....
2 votes
1 answer
3k views

What is "2>" for in Windows console? (cmd.exe)

I've seen the following line in a .cmd file: ren fileA fileB 2> nul I know what ">nul" is for (to prevent any output from appearing), but what is "2> nul" for?
6 votes
1 answer
5k views

Edit or extend chromes redirect limit

I have an internal web app that displays images (among other functions). Google chrome will inconsistently give me an error when retrieving images (net::ERR_TOO_MANY_REDIRECTS). Sometimes I will ...
2 votes
6 answers
4k views

random external websites redirect to localhost

I am running windows vista and recently installed xampp lite 1.7.3 to do some web development. I don't know if it is related to the install or something else, but now navigating to the page "www....
0 votes
1 answer
336 views

Local smart card reader / USB passthrough with RDP to VM

I have a virtual machine set up for online banking and want to pass a smart card reader that is connected to my local machine to the virtual machine. Both machines are running the latest Win 11 Pro ...
1 vote
2 answers
7k views

error in script (bash): ambiguous redirect

I'm rewriting a simple script, CopyScript.sh, I wrote a few years ago to copy contents from my NAS to a USB disk. #!/bin/bash SYNCPATH="/volume1/" SYNCPATHTO="/volumeUSB1/usbshare/synology-may-2015-...
0 votes
0 answers
52 views

Display new prompt after tty redirect on second terminal

I'll try to explain the title better :) I have two terminals tty1 and tty2, let's call them that. From tty1 I redirect the output from echo to the tty2 terminal with: echo hello > $(tty2) This ...
3 votes
2 answers
46 views

What are the consequences of changing Gmail inline links from http to https?

When adding a link in a gmail email using the "Insert Link" button, I type in www.example.com but it is automatically changed to http://www.example.com When I click this http link on my ...
5 votes
1 answer
8k views

Netsh - redirect UDP traffic to VM

I have a router and a managed switch plus a couple of systems attached to those: Router: 192.168.10.200 PC1: 192.168.10.1 (Some sort of embedded Linux) PC2: 192.168.10.35 (OpenSuse) PC3: 192.168.10....
3 votes
2 answers
7k views

How do I redirect all HTTP requests to HTTPS when ISP blocks port 80?

I am running a HTTPS web server at home but it has one key flaw: you can't connect to it using port 80. My ISP (Cox) blocked (incoming) port 80, there is nothing I can do about it, but luckily for me ...
0 votes
0 answers
1k views

How to Stream a camera view from another computer on Discord with better performance?

I had a customer with some issues with the app Discord, my client told me he got another PC to try something just in case. He ask me if I was able to redirect the video stream to another computer but ...
0 votes
3 answers
19k views

Exchange 2013 Blocking redirect of OOF messages to external

on the Exchange 2013-cluster I have a problem with redirect of OOF messages. Users who redirect all incoming emails to an external address per inboxrule, get all email in the targetmailbox except OOF ...

15 30 50 per page
1
2 3 4 5
50