The url-routing tag has no wiki summary.
0
votes
2answers
69 views
Yahoo link gets redirected to localhost
I just started to come across an issue with a windows 7 machine that I have
In an email from Yahoo I get a link back to a story like
...
0
votes
2answers
246 views
Proxy port is put automatically at Nginx and Apache combination
I successfully able to setup nginx and apache combination to serve wordpress blog with the help of this site. I exactly followed all the codes supplied in that site and following is the directory ...
0
votes
2answers
316 views
Sonicwall TZ190 Firewall traffic routing via HTTP Host name and port
Ok I am not sure if I asked the question correctly so have mercy. My network is growing at work and I am finding it hard to manage my firewall rules. The problem I am having is 2 fold:
I have 4 ...
0
votes
1answer
146 views
IIS 7.5 UrlRoutingModule put the cpu at 100 %
i dont know why and dont know how to resolve my problem. Actually i get a web site whoe occassionnly have UrlRoutingModule take all the cpu.
Did somebody know a test or a way i could find the problem ...
0
votes
1answer
72 views
How to locally define how a URL is resolved in Windows/IIS
I know that there is a way to make any defined URL resolve to a different URL, but I can't remember how or where to define this setting.
I understand this is ambiguous, so consider the following ...
1
vote
2answers
363 views
Is F5 Big-IP Routing by DNS Names (on one IP address and port) Possible?
In IIS, it is possible to listen for many DNS names on one IP address and port and then direct users to different websites based on the DNS name.
Is the same thing possible with F5 Big-IP devices?
0
votes
1answer
153 views
URL redirect to a virtual server on a VLAN
I have a production site, running off 10 servers. I've been given another virtual server on the same network as these 10 servers, to use for testing purposes. This server doesn't have it's own DNS ...
1
vote
1answer
680 views
Nginx, PATH_INFO, and url-rewriting: i must be missing something
I'm switching from Apache to Nginx/fcgi and I'm having a small issue while attempting to setup the applications rewrite rules.
The code handles routes via the use of PATH_INFO, e.g., ...
1
vote
3answers
466 views
Connect root domain name to dyndns?
Is there any way to connect the root of a domain name to a dyndns account? This question reveals how to get www.whatever.com to point to dyndns, but is there a way to get whatever.com itself to point ...
0
votes
2answers
639 views
SharePoint 2007: Moving main site, to be a subsite - How can urls be redirected/changed?
The setup:
SharePoint 2007 (MOSS Enterprise) on WINSVR03/IIS6
One site collection, with one access mapping (http://mainsite) currently
I'm moving the main SharePoint site, in our one site ...
1
vote
1answer
314 views
URL Based Internal Redirecting
Basically, we have one external IP address, several servers internally and want to redirect to each internal server based on request URL. We do not want to install another piece of hardware to do this ...
2
votes
2answers
2k views
Nginx fastcgi problems with django (double slashes in url?)
I'm deploying my first django app. I'm familiar with nginx and fastcgi from deploying php-fpm. I can't get python to recognize the urls. I'm also at a loss on how to debug this further. I'd welcome ...
3
votes
3answers
415 views
Apache error with URL ending in space--how to fix it?
I have a problem that a marketing e-mail was sent out to clients with a link to our website, but it ended in a space. In other words, it goes to something like http://www.example.com/somepage/%20. ...
3
votes
3answers
232 views
redirect from mysite.com to www.mysite.com
i know that this has been answered many many times, so if someone wants to point me to another thread that answers my question specifically, that is fine... for right now, my searches aren't yielding ...
0
votes
1answer
127 views
filter / directing URLs coming onto a network
I an not sure if this is possible or not but what i would like to do is as follows:
I have one IP address (dynamic using zoneedit.com to keep it upto date). I have one webserver running my main site ...
2
votes
2answers
2k views
Extension-less URLs on IIS6 with ASP.NET MVC
I remember attempting to use an extension-less URL format in a CMS I wrote way back when .NET 2.0 first came out. The problem was deploying to an IIS6 server. It made it practically impossible. I ...
1
vote
3answers
444 views
What URL should the browser display with this DNS configuration?
If I have the following records in the DNS:
hostname Record Type address
benmccormack.com A 216.10.244.61
www.benmccormack.com CNAME ...
0
votes
3answers
219 views
Site specific URL DNS Issue
I have a large number of worldwide sites that need to access a service via a URL.
The site URL cannot be altered as it is set centrally.
The service is hosted locally at each site, as connectivity ...
3
votes
2answers
2k views
How to configure IIS wildcards for account subdomains (like Basecamp)?
In effect I'm working on a SaaS application where I want to give subscribers their own subdomain to access their information (in code I will be pulling the first part of the subdomain for use as their ...
0
votes
1answer
123 views
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 ...
2
votes
1answer
87 views
generating content based on subdomain
This is a dupe of a SO question. But I don't know if it involves setting a server config. How do I implement something like http://why.does.my.head.explode.net/? I want to do something like ytmnd ...
0
votes
1answer
21 views
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?
0
votes
1answer
446 views
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 ...
0
votes
2answers
581 views
Establishing Subdomains with Registered Domains, DynDNS Forwarding, and Openwrt
I have a registered domain name (thisexample.net), which I forward to a dynamic URL at DynDns (bounce.dnsalias.net) as my internet access comes over cable and doesn't provide a static IP address. My ...
1
vote
3answers
1k views
Forwarding HTTP/HTTPS traffic based on URL
I look for a solution to forward http/https traffic to a backend webserver based on the request url. Our current setup:
Webserver1 (Sharepoint)
Webserver2 (Reporting Services)
Both run Windows ...
3
votes
3answers
2k views
Getting HTTP Compression (GZip) to work with URL Routing on IIS 6
I haven't seen any questions specifically addressing this specific issue.
When URL Routing is used, The Request goes into IIS and then is routed to the Aspx Page. For example, a site: ...