The redirection tag has no wiki summary.
0
votes
1answer
35 views
Redirection using A record from .com.to .com.au
I have a client who has a .com site and a .com.au site. I host the .com.au site and for reasons that I cannot control she has another company managing the .com and her mail which goes to the ...
0
votes
0answers
23 views
Display only the last line of a windows command line executable
I'm trying to write a batch script that manages simple software deployments. One of the steps in the script compresses a file structure into a 7zip archive.
During the compression process, the z7ip ...
1
vote
0answers
45 views
Enabling sound on Terminal Server 2008 R2 without enabling Desktop Experience Mode?
I want to enable sound redirection on Server 2008 R2 without enabling Desktop Experience. I've found the following Technet article, but suspect that Desktop Experience may be required only for the ...
-1
votes
1answer
35 views
How can email be redirected from a domain host without mx records to google apps? [closed]
My new domain host (Zymic) doesn't provide email and no mx records, either. Is there a way to direct the email coming in to my domain to google apps (or another domain) without mx records?
0
votes
2answers
41 views
IP:PORT redirection software?
i'm looking for a way to redirect traffic to an other ip on a certain port.
Been able to do this with iptables on linux and netsh on windows but in both cases the client gets the ip address of the ...
0
votes
1answer
41 views
Asterisk / Voip phone redirects to last called number
I experience a very strange problem with our PBX (Asterisk 1.8, FreePBX, Grandstream GXP1200 phones)
If I call an internal number (1020 in this case) the asterisk server redirects me to the last ...
0
votes
1answer
38 views
URL Rewrite and Masked Redirection
I have a site that is actually a tumblr account for a client. I need to set it to that: blog.foo.net actually redirects to blah.tumblr.com, while still using blog.foo.net. This would be simple using ...
0
votes
1answer
46 views
What could block the output of a command?
Sometimes I'll attempt a (2>&1) redirection and some/all of the resulting output appears to be silenced.
e.g.
wget -O- http://localhost/test.txt 2>&1
I would expect to see a merge of ...
0
votes
1answer
35 views
Htacces mobile redirect loop
im need to change the template of my site if mobile is detected but im getting a redirect loop. this is my htacces code. Anny help will be much appreciated. Thank you!
RewriteCond %{HTTP_USER_AGENT} ...
0
votes
0answers
86 views
Serial to usb adapter with COM port redirection failing using Microsoft terminal server 2008 r2
I'm using a serial to usb adapter on a thin client connecting to a terminal server, the COM port associated with this usb adapter does get redirected properly at first because when i run 'change port ...
0
votes
2answers
132 views
Redirect without changing url htaccess [duplicate]
I want to create a file .htaccess for a invisible redirection.
The goal is when i input www.site1.com i have to redirect to www.site2.com without changing url in address bar.
Thanks in advance.
0
votes
1answer
84 views
Websockets and Firewall
I asked this question on Stack Overflow first, but then I thought Server Fault could be a better place to post it.
I have two WebSocket servers both running on different ports than 80 and 443. ...
-1
votes
1answer
45 views
How to change the URL of the site but have the site load from different URL? [closed]
When people visit my site at www.mysite.com, I'd like to get the URL changed to mysite.site2.com but the contents still load from www.mysite.com.
I'm using apache.
2
votes
0answers
98 views
Nginx multiple server blocks
Im having an issue trying to configure Nginx to work with gitlab and some other sites I have.
I have foo.com that points to my server. bar.foo.com also points to my server.
I'm trying to have ...
1
vote
0answers
105 views
Linux: serial port forwarding via RDP to Windows machine
I'm trying to redirect serial device on /dev/ttyUSB0 to RDP session with Windows (XP or server 2003) through FreeRDP or rdesktop.
Like this for example:
xfrerdp /a:serial,COM3,/dev/ttyUSB0 /v:server
...
0
votes
1answer
36 views
SBS 2008 Redirection visibility issues - want to move off SBS 2008
I inherited an SBS2008 server which had a corrupt or otherwise lost userid which was used to setup redirects, etc.
I was able to break in by enabling the Administrator ID and resetting the password.
...
0
votes
0answers
69 views
Apache - Reverse Proxy - Tomcat — Protocol switching to HTTPS
The site works well on HTTP and HTTPS. There is no forced protocol switching on apache.
However response.sendRedirect calls, be it relative or absolute are taking the user over to HTTPS. I checked ...
0
votes
0answers
40 views
Htaccess to Redirect with url as a parameter?
How can I simply redirect any..any of possible blind URLs under a top domain, "example.com" (even including Sub Domain and URLs)
Some example like:
"www.example.com/hello.html" to the ...
0
votes
1answer
81 views
Redirect all dynamic links served using https to http
So, here is the situation:
We are running a website which is powered by Drupal. Sometime ago, it was decided that the website should be served as SSL. The settings to redirect the site from http to ...
0
votes
1answer
192 views
iptables redirect UDP packet to multiple destinations [duplicate]
Possible Duplicate:
How to Tee udp packets onto a different host
I'm running some instances in Amazon's Virtual Private Cloud. One instance is inside a VPN only subnet (10.128.1.0/24) ...
2
votes
0answers
49 views
Flipping between databases
I have inherited a tomcat application running on RHEL that connects to a local postgres database. We have a total of 8 servers in multiple states running this. Each server actually has two different ...
0
votes
1answer
72 views
nginx redirect to another host with params?
i need to redirect
http://auth.foo.bar/verify/:id/:name/:domain
to
http://auth2.foo.bar/api/verify/:id/:name/:domain
where :id, :name and :domain are variables. any advice on this?
thanks!
0
votes
2answers
134 views
HAPROXY per domain redirection
I'm trying to redirect requests to my load balancer by domain name with acl and hdr_dom, to a separate backend.
The redirection works ok with the first request - 'GET /' (the destination server is a ...
0
votes
1answer
99 views
Setting Up nginx Site Down That Responds Differently to Ajax?
I am trying to set up an automatic site-down page for nginx. So far I have this:
location / {
try_files /sitedown.html @myapp;
}
location @myapp {
...
}
...
0
votes
0answers
70 views
Cannot acess the new cloned server even after new IP address assignment
I was able to clone a Ubuntu 10.04 server residing in Cloud. It appeared that I was not getting some IP for the new VM so I followed some of these:
# cd /etc/udev/rules.d
# cp 70-persistent-net.rules ...
0
votes
1answer
110 views
nginx - another rewrite or internal redirection cycle - drupal
While migrating a site from another server, some strange problem occured.
I use the default configuration for all my drupal sites, but this one doesnt seem to work.
Some image files cause an internal ...
-1
votes
1answer
76 views
Bash Redirection Encoding [closed]
I'm trying to use the command base64 somefile.ext to covert files to text. The only problem is that the file size increases by 35%, and that becomes unacceptable for my larger files. I suspect that ...
0
votes
0answers
124 views
AJAX breaks with htaccess redirection to maintenance page
I run a website that makes use of AJAX. We want to show a "Down for maintenance" static HTML page when we're performing maintenance so users understand what's going on. We also want to let certain IP ...
0
votes
3answers
120 views
SH conditional redirection [closed]
I want to be able to redirect some output of my script to /dev/null based on a command line switch.
I don't know how should I do it.
In a silly way, it would be something like this (in a too ...
2
votes
0answers
118 views
URL Rewrite in Apache + Tomcat set up with change in web application context
How to make URL
http:/hostname:8080/abc?func=ll point to the URL
http:/hostname:8080/xyz?func=ll automatically.
Set up is Apache behind which Tomcat is present.
Application "xyz" is deployed on ...
2
votes
2answers
311 views
Access D-Bus remotely using socat
Description:
I'd like to access a D-Bus system service from another machine, knowing only machine's IP address and the service to connect to.
What I have recently found is Gabriel (D-Bus over SSH). ...
0
votes
1answer
130 views
GP Preferences vs folder redirection. Start menu
We are looking at creating set start menus but unsure if we should use GPP or folder redirection.
We have laptops that are taken off site so folder redirection would have to be to the C drive on the ...
1
vote
1answer
151 views
Varnish Port Rediecting to 80
Running varnish on port 8888 for testing, apache on port 80 but when i type in [url]:8888, it keeps redirecting to [url] only. varnishlog shows the redirection as well. I'm thinking wordpress might be ...
0
votes
3answers
354 views
Using port 80 for web server adds weird query string
When my web server is using port 80, a weird query string is appended to any page my visitors go to and breaks some of my services. I changed nginx to use port 81 and it works fine, without the ...
1
vote
1answer
489 views
Windows cmd stderr redirection to stdout while keeping output to stderr?
Is there a way in Windows 7 cmd shell to redirect the stderr to stdout while keeping the stderr stream intact?
For example, I have a program that outputs to stderr and stdout the following message
...
0
votes
0answers
94 views
Server 2008 Print Redirection is failing but only on 16Bit apps
The main programmer for SoEasyAccounting and we are installing to Server 2008 Standard service pack 1. We install to 2003 with no problems.
Important to understand that the print failure only happens ...
0
votes
1answer
68 views
Reverse a .htaccess redirection rule
Let me explain by example. Say, I have this redirection rule in my .htaccess file:
RedirectMatch 301 ^/([^/]+)/([^/]+)/$ http://www.example.com/$2
What it basically does is, redirect ...
-1
votes
2answers
135 views
DNS redirection when external website is down (Server 2008)
Is it possible to set up a failover system such that when a website (external to our organisation) goes down (can't be reached) that the DNS redirects to an internal site?
0
votes
1answer
173 views
Public DNS redirect subdomain to Windows Server 2003 DNS
I'm a programmer by trade but often dabble in sysadmin tasks and responsibilities. I have recently been tasked with setting up a Windows Server 2003 networking environment for a small business with ...
0
votes
0answers
110 views
MS Server 2008 R2: DNS Redirection on second server for website
We have a website on a secondary server that we want this website to be accessible from Internet, with www.mywebsite.com. In the domain name provider of www.mywebsite.com, we set our 2 dns names, ...
-4
votes
3answers
236 views
.htaccess and PHP redirect hack on GoDaddy Website [duplicate]
Possible Duplicate:
My server's been hacked EMERGENCY
A friend is experiencing a random redirect to an RU domain for two of her websites, along with a malicious cookie attack, as per a ...
0
votes
1answer
575 views
cdrom redirection fails on ILOM for Sun x4600 M2
We have been able to successfully redirect the ILOM on this x4600 M2 in the past, but for some reason now we are getting an error that says "CD-ROM image redirection failed to start":
We have also ...
0
votes
1answer
517 views
Eliminating Duplicate Printers on Print Server 2008 R2
I added a print server role to our new 2008 R2 server and started adding printers to it that will be available to Remote Desktop sessions. When I added the Remote Desktop services role, I specified ...
0
votes
1answer
175 views
Tomcat 5.5 IP redirect to Hostname
How to setup Tomcat if my user entered "http://192.168.0.1:8080/axis2", it will redirect to http://servername.com:8080/axis2? I want the url/hostname appeared on user's web browser instead of ip ...
0
votes
0answers
100 views
Remote web in localhost: htaccess redirections
I have a web working in a remote server: www.example.com and I'm copying it to my localhost, Apache is installed on port 8082 so my local adress would be localhost:8082/example.com/.
This is what the ...
0
votes
1answer
157 views
Redirect Incoming mail to another servers
I do not know what are the options are and how to google them and I am little far from the subject, so I am asking it here:
We are a student club and we have a virtual Ubuntu server by our school, it ...
0
votes
1answer
299 views
.htaccess - redirect non www to www and retain subdomains from redirecting
So, on my main domain 'domain.com' I created several subdomains from cPanel, like 'sub1.domain.com' and 'sub2.domain.com'. Their real location on server is in 'domain.com/sub1' and 'domain.com/sub2'.
...
1
vote
1answer
196 views
Use OpenVPN gateway only on selected destinations?
Is it possible to set up OpenVPN on the client so that the gateway is used only on chosen destinations?
I have read this answer OpenVPN make redirect-gateway optional on making the use of the gateway ...
0
votes
2answers
50 views
I want to setup a dedicated server with an IP address, all traffic to that IP will need to be forwarded to a domain name
using IPtables in Linux DNAT, I can redirect all traffic to an IP address but that is not what I want. Instead of redirecting to an IP address I want to redirect all traffic to a domain name, i.e. all ...
1
vote
1answer
170 views
Google anaylics and multiple domain problems
The problem is that we apparently don't receive any tracking of google analytics. We have X domain for that particular site. Google analytics only appear to support one domain unless you setup links ...