Skip to main content

All Questions

Tagged with
2 votes
0 answers
309 views

Redirect URL to different IP address

I have 3 HTTPS IIS web servers at home all with different URLs configured. My WAN is a single dynamic IP address provided by my ISP. I would like to somehow redirect to the correct web server and IP ...
Danny's user avatar
  • 21
0 votes
1 answer
460 views

PHP redirection with parameter forwarding

I am using the following PHP script in order to create redirects : <?php $id = isset( $_GET['id'] ) ? rtrim( trim( $_GET['id'] ), '/' ) : 'default'; $f = fopen( 'redirects.txt', 'r' ); $urls ...
Fabien's user avatar
  • 1
0 votes
1 answer
463 views

URl Redirect using AWS Services

a simple question with potentially no solution? Ok, so I have 2 servers, 2 public IPs and one domain resolves to server1, let's say it's www.example.com That server1 is hosting services under: www....
Anton Teterine's user avatar
1 vote
0 answers
273 views

how to detect the source of the forwarded url in javascript

In my web app, I need to detect the source of the forwarded url from the clients, so I can customize the page for different clients. I know this is possible, but cannot find a way. So please help. ...
Martin C's user avatar
0 votes
1 answer
502 views

Hiding heroku URL when forwarding from GoDaddy (without using masking)

I am currently forwarding to a heroku app from my GoDaddy domain, and it works, although users still see my heroku url in the browser once landing on the site. I previously tried using "forwarding ...
tx291's user avatar
  • 1,301
1 vote
0 answers
426 views

Inconsistently receiving 500 with curl, while the same url works within the browser all the times

I am facing an issue while triggering HTTPS request from curl. When I trigger a URL from the command line using curl, it gives (sometimes, not always) an HTTP error, either 404 or 500; the same URL ...
shailesh tripathi's user avatar
1 vote
1 answer
208 views

What domain registrars provide 'smart' url masked forwarding?

I was hoping to be able to redirect my free (heroku) hosted website to a more pretty address such as www.example.com and still have all sub-url links display in the browser: For example, when ...
ecoe's user avatar
  • 5,234
4 votes
1 answer
3k views

How to map URL to port and modified URL?

How do I map www.somesite.com/api(.*) to www.somesite.com/$1:9000? (I need to map /api to Play framework application running @ port 9000) I did the following: $HTTP["url"] =~ "^/api" { proxy....
Alexander's user avatar
  • 621
0 votes
1 answer
38 views

domain forwarding causes to have no access to parent folders

The Problem: I have two domains: domain-one.com and domain-two.com. domain-one.com points to / (root) and domain-two.com points to /sub/ (domain-one.com/sub/) (so there is only one server) ...
John Doe Smith's user avatar
1 vote
0 answers
72 views

URL forwarding depending on client

Is it possible to use one URL, for example, "www.voucheres.com" and have it forward to: "www.example1.com" when opened on a desktop web browser "www.appstore.com/exampleurl/" when opened on an iOS ...
Faz's user avatar
  • 11
2 votes
3 answers
9k views

URL masking/forwarding/redirecting

I have a website hosted on 000webhost and a paid domain was purchased from 1and1. 1and1 offers URL redirecting with HTTP or frame redirect, but I have opted to point the paid domain to 000webhosts ...
green4rrow's user avatar
1 vote
0 answers
1k views

Url Forwarding without Iframe

Some background on the problem : We have our website setup for a domain already, lets call it X.com now we have purchased another domain Y.com and have done a URL Forward to X.com using Masking, such ...
user1730326's user avatar
0 votes
1 answer
145 views

URL forwarding and header/content modification

Say there is an incoming HTTP POST request to /first/path. Is there any sample Java code that adds new Header1 and forward this POST to /second/path. This is a server side forwarding using ...
nordic's user avatar
  • 1
0 votes
1 answer
183 views

mod_rewrite conditions in apache to remove .php not working as expected

RewriteEngine On RewriteRule ^/showlisting/(.*)$ showlisting.php/$1 [L] RewriteRule ^/listings/(.*)$ listings.php/$1 [L] RewriteCond %{HTTP_HOST} ^mydomain\. RewriteRule ^(.*)$ http://www.mydomain....
jeffkee's user avatar
  • 5,188
1 vote
3 answers
7k views

Delphi: download a file with URL Forwarding

I have a free domain name with URL Forwarding (Cloaking) to another site. If I type http://my.com/1.zip in browser's web-address then it goes to http://his.com/1.zip and downloads a file. How can I ...
maxfax's user avatar
  • 4,295

15 30 50 per page