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.

0 votes
1 answer
36 views

Transferring C: directories to another drive

I've recently been preoccupied in transferring frequently updated directories in C: — this, C:\ProgramData, C:\Temp & C:\Users, to another drive whose physical storage is more adept at being ...
0 votes
1 answer
316 views

Folder path (user profiles) issue on Win10

We have user profiles in windows 10 system stored on D: partition. However they are logically stored on D:\UserData, but actual physical path is D:\Users. It means if I type in win explorer D:\...
1 vote
1 answer
2k views

PowerShell on Windows: Start-Process fails if output redirection arguments are used

Why does Start-Process fail to find the executable (not in the path) if -RedirectStandardOutput or -RedirectStandardError are specified? I.e. [X:\] Start-Process -FilePath "prog.exe" -...
3 votes
1 answer
17k views

What is MASQUERADE made for?

A simple redirection is used on my server, with iptables rules : $ iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 13.37.42.1:80 $ iptables -t nat -A POSTROUTING -j ...
1 vote
0 answers
283 views

httpd on OpenBSD: How to Redirect URLs Ending In '.php'?

I am running an httpd(8) web server on OpenBSD. php-8.1.9 is used to serve php. In /etc/httpd.conf I have the following (example.com is a placeholder for the actual domain): server "example.com&...
7 votes
5 answers
63k views

How do I force Chrome to load a fresh copy of a page?

I am developing a new website, and I originally had a Url redirect on the domain that took users to an existing site in order to avoid a parked domain notice showing up. When it came to put the first ...
9 votes
6 answers
3k views

Is there a way to "redirect" a click on a URL in a VirtualBox guest to open in the host OS browser?

I'm using VirtualBox OSE on Ubuntu 10.04. I have a Windows 7 guest VM which I use almost exclusively for MS Outlook to access my Exchange mailbox. If I click a URL in Outlook it obviously opens in IE ...
2 votes
1 answer
6k views

Modify 2>&1 so that output goes to a specific file and any errors or other output goes to a log file I can monitor?

I'm reading this post and I don't fully follow the answer. I wondered if I could modify this, what's it called, command redirect? What I would like: Don't hang, use ampersand & to move on to the ...
0 votes
1 answer
2k views

Outgoing TCP traffic redirection

I have a program that attempts to communicate with an old server on the 1.1.1.1:5555 (for instance) using TCP. The problem is that I no longer have access to that IP (my new server works on 2.2.2.2:...
14 votes
5 answers
6k views

Forbid http-equiv="refresh" redirect

When javascript is off (NoScript), a site redirects me and i can't get back to the page i came to. <noscript><meta http-equiv="refresh" content="0; URL=/badbrowser.php"></noscript> ...
1 vote
1 answer
375 views

How can I add a subnet that redirects to other subnet on Ubuntu?

I'm trying to make a new subnet that redirects the connection that it receives to a specific gateway. I want any request made to 10.1.1.x be redirected to 192.168.1.x So for example if I ping 10.1.1....
0 votes
0 answers
85 views

URGENT: How to stop a page reloading too many times in Chrome

Having issues loading a page in Chrome. I can get to a login page on https://login.scottishfalive.co.uk/Home/Index however once I input my details I get an error message, page isn't working ...
0 votes
0 answers
303 views

How to redirect a website link of an application to Local Disk

I have a legacy software. It downloads Visual C++ Redistributable from this link vcredist_x86.exe whenever I have to install (In new system or due to OS corrupt whatever). The link is broken now. So ...
0 votes
1 answer
126 views

home networking issue - can't redirect wifi devices to website

First, I am an amateur when it comes to networking/routing. I have an Internet-accessible website on a home computer that I use to test html/javascript/etc. I have a domain name and a static IP from ...
0 votes
0 answers
200 views

Prevent account.activedirectory.windowsazure.com from redirecting to microsoftonline.com?

For reasons related to a project I'm working on, I need to be able to plug in https://account.activedirectory.windowsazure.com into Firefox without it redirecting to https://login.microsoftonline.com (...

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