Can't figure out the rule to add "www" to domain
our web application has many domains pointing to it and I am trying to "correct" incoming requests that lack the preceding "www" from the domain nameI have this rule in effect and it works fantastic, I...
View ArticleAnother problem with ReturnURL
Dear IIS experts,I've been reading IIS.NET Forums for a while, now it's time for my first post. :) Hopefully someone can help me with my "little" rewrite problem.I have asp.net site that is hosted on...
View ArticleAdvanced 301 Redirects with web.config
I'm trying to take old URL's from a site built in Wordpress, and redirect them to the new pages on my IIS server. Some of them are working, and some are not. I've noticed that if the URL is a sub page,...
View ArticleHTTP_HOST server variable contains :443 sometimes
In our production environment we are seeing HTTP_HOST server variable containing :443 in it. This doesn't seem to be happening all the time. Isn't that variable suppose to contain only the host name...
View ArticleURL rewrite in Sharepoint 2013 Pages not working.
Hi,I am trying to rewrite the urls on (NewsFeed, Ondrive and Sites) on the top of the sharepoint web application. I am using simple outbound rule as below. However I can only see the NewsFeed URL being...
View ArticleWebsphere Application Server and Rewrite Module on IIS7
Hi,I'm trying to set up some rewrite rules which refer to pages within Websphere Application Server.For example,<rule name="metalprices"> <match url="metalprices/"> <action...
View ArticleSimple redirect - Sharepoint
I want to retire an old DNS Name for SharePoint without additional Alternate Access mappingsI want to point the Old DNS to a simple IIS Server, (not the SharePoint server) on this server I want to set...
View ArticleIssue with URL rewrite
I am rewriting the URL using the extension as described here http://www.iis.net/downloads/microsoft/url-rewrite and facing issues with the Websphere application server plugin. It's looking for the...
View ArticleRedirect to another domain
Hello!I have a site www.mysite1.comI need to redirect from any page of that site to a static root of another sitewww.mysite2.com, i.e:any of mysite1.com or www.mysite1.com or anything.mysite1.com or...
View Articleoutbound rules for custom tags with data-* attributes not working
This is what i'm having trouble with. The outbound rules that work with regular attributes do not work with custom tagsfor example if i have <img src="/images/misc/something.jpg"...
View ArticleRedirect to HTTPS after LogIn
Hi Guys, I need some help with UrlRewrite rules.In IIS hosted next web sites:RoutePoll - this site hosted on 80, 443 ports and just contain web.config file with UrlRewrite rules. This site should...
View ArticleIIS Reverse Proxy and SharePoint WCF service
Hi everyone,We have completed set up IIS Reverse Proxy and Application Request Routing (ARR) for my SharePoint web application. From my personal computer, I can access my SharePoint web application via...
View ArticleRedirect root traffic to subfolder
I have an existing aspx website in the root folder. I installed Wordpress in /pulse, and followed all the instructions here to make it work when a visitor types or clicks thru to Root.com/pulse. All is...
View Article2 Sites - Same Domain for public - but route based off "apps/" folder in URL
Hi,We contracted the building of a custom CMS website (Site1.edu) that currently resides on our IIS server. There are a number of configuration settings for this site, including URL rewrites and we'd...
View ArticleURL Rewrite not working - Displays 404
Hi,I have been playing around with the URL Rewrite module in IIS 7 and configured it on my local machine where it is working fine within the hosted application. I have now deployed the website to a...
View ArticleRewriting URL's Due to Migration
Hello All,I'm working with my company's Web Team to migrate an externally hosted web site from the vendor to in-house. After this process, the site in question will resolve to two different domain...
View ArticleHow to get URL Rewrite for an Internet site?
If I want to reverse proxy Internet sites on my internal IIS server, for example,www.codeproject.com, I'm unable to get the outbound rule(s) to properly rewrite so tags are updated so that subsequent...
View ArticleSites using Adobe Flex is not rendered properly using reverse proxy inURL...
I have a site which uses Adobe flex controls in it, i have setup a reverse proxy for this site using URL rewrite and ARR modules in a web server with IIS 7.5. The reverse proxy is working fine.The...
View Articlemoving current application to one sub path down
We currently have an application running under http://mydomain.com/customer/I need to change it to http://mydomain.com/newapp/customerI came up with this rule but it doesn't redirect. we have a...
View ArticleRewrite rule not working after migrating from ISAPI Rewrite to IIS Url Rewrite
I had the following rule working in ISAPI RewriteRewriteRule ^/namedimage/[^\?]+\?(.+)&url=([^&]+)$ /$2?$1 [NC]We migrated our site to use IIS Rewrite, so that rule changed into...
View Article