Questions tagged [url-routing]
80 questions
0
votes
3 answers
URL path-based redirection rules
I am trying to find a solution that will allow me to have one IP address/DNS Name across multiple servers using path-based rules (Layer 7). i.e - http://testing.test.com.au/ABC -> Server A and http://testing.test.com.au/123 -> Server B etc...
It…

Tyler
- 1
- 1
0
votes
1 answer
How do I redirect traffic to my blog using Namecheap?
My website is hosted on github and my www and @ points to github. My website is working fine. I recently made a Wordpress blog that is hosted on AWS. I want to direct blog.mydomain.com to AWS EC2. Is that possible to do without using Masked URL…

Kelvin
- 103
- 2
0
votes
0 answers
Can't map *.asp to aspnet handler in IIS, keeps using StaticFile handler
Title says it all. I had this working once previously on the same server but cannot for the life of me figure out what is different. The MVC app is already setup to handle the incoming URL's and reroute them using 301's. But for that to work, IIS…

Neil N
- 101
- 2
0
votes
1 answer
Public IP address on url
I successfully setup DNS and a web server with all the requirements. Everything is getting resolved properly such as domain names and reverse proxies.
My question is, how can I set the public IP being on url like this: server default page?.
The…

cadobe
- 15
- 7
0
votes
1 answer
Route Azure Service Bus traffic over ExpressRoute?
Azure Service Bus exposes a publicly addressable HTTPS endpoint. For security reasons we'd like to force Service Bus traffic from on-prem systems to Azure over Express Route rather than over the public Internet.
How can we do that? Is there a way to…

bowerm
- 3
- 3
0
votes
1 answer
Sub-net Routing
Applications hosted on servers located in the same subnet cannot reference domain names (VIP) hosted on the load balancer for the subnet.
Assumption: server A and server B are hosted in the same subnet.
Application hosted on Server A is connecting…

user61684
- 103
- 4
0
votes
1 answer
How do I proxy pass a URL in Nginx where location match is a URL and proxy pass has another URL
We have hosted some xml files in a S3 bucket on Amazon AWS. The web server is powered by Nginx. For a particular URL matching '/super-shots.xml' , Nginx must proxy pass through S3 location which is :…

anup
- 717
- 4
- 9
- 19
0
votes
1 answer
nginx reformat request_uri to access real file path
I want serve static files with nginx.
User will request like this format:
http://test.com/files/ea624cf923ea
Actual file location will like this
/files/ea/62/4c/f923ea
How can I serve this file?
I'm stuck with this:
How to split request_uri and…

changhwan
- 103
- 3
0
votes
2 answers
Nginx Rewrite and Redirection Same Time?
I have arcade gaming web site. I want to convert my urls to sef.
category : example.com/index.php?category=mario-games > example.com/category/mario-games
game details : example.com/index.php?game=mario-game > example.com/mario-game.html
featured :…

Blithe
- 3
- 2
0
votes
1 answer
IIS Domain is always routing to Domain Root
going to https://www.example.com/about always leads back to https://www.example.com/
How do I stop this while forcing a https://www.example.com/?
non-www.htaccess
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$…

Joseph Casey
- 101
- 3
0
votes
1 answer
Configure UrlReplacer to only work for specific IP addresses
Is there any way that UrlReplacer can be configured so that the configuration page is only visible to certain IP addresses?

Matthew Dresser
- 137
- 11
0
votes
1 answer
Load balancers, multiple data centers and url based routing
There is one data center - dc1. There is a business need to setup another data center - dc2 in another geography and there might be more in the future say dc3.
Within the data center dc1:
There are two web servers say WS1 and WS2. These two…

sandeepkunkunuru
- 105
- 7
0
votes
1 answer
Forwarding url requests to different ports
For development I run a few different servers (multiple instances of Tomcat and nodejs) to simulate some applications that work together. Each one runs on a different port and responds to different urls. I'd like to put a simple service in front…

user605331
- 243
- 3
- 6
0
votes
1 answer
WIFI URL redirection
Is there some generic solution for redirecting hotspot users to some page before they get to their requested page?
No need for authorization,billing or any other captive portal capabilities.
I'm looking for the most simple solution which will not…
0
votes
1 answer
What do you use to support asymmetrical Paths with SharePoint
My customers want me to deliver a solution that allows asymmetrical path's with SharePoint. I know this is not officially supported from Microsoft, but it seems like a reasonable request.
I'm trying to shorten my URL paths for country domains. …

Jeff
- 1,018
- 1
- 10
- 14