URL rewrite multiple sites
I am just trying to sort out URL rewriting for almost the first time and have installed the module on the servers, but I am confused as to what site it should go onwe have 4 websites currently each...
View ArticleURL Redirect Convert/Force URLs to Lower Case
Hi,I am inputting the following into the web config file to force all url's to lowercase.<?xml version="1.0"...
View ArticleURL rewriting (&l1=en&l2=de -> /en/de/)
Hi, C++ script "script.exe" processes requests on a web siteI am changing ordinary parameter strings like &l1=en&l2=de... to more decent /en/de/... Parameters are 2-letter language codes When...
View ArticleSecure Exchange HTTP Headers using URL rewrite
Results of a security penetration test reveals that HTTP header info(Web Server, ASP.NET and version) is publicly viewable for my Exchange Client Access Server and can be used for the benefit of...
View ArticleRewrite to enforce www but allow subdomains
I currently have this in my config which enforces WWW and HTTPS:<rewrite><rules><rule name="Redirect to WWW" stopProcessing="true"><match url="(.*)" /><conditions><add...
View ArticleURLrewrite version 2.1 released
In the past couple of weeks a new version of URLRewrite has been released.Details of the changes in the new version are here:https://blogs.iis.net/iisteam/url-rewrite-v2-1Download it...
View ArticleHiding call to authentication module
We got the URL rewriting the other day (thank you) but we have part of the site that calls an authentication module so that when we put in http://alpha.internal.com/dir1/JSP/portal_main.jspThis gets...
View ArticlePOST operation filtring
Can URL Rewrite help me to block a POST operation which contains key words like "<"、"script" ?
View ArticleURL Rewrite redirect to the port 80 not port 8080 on Internal web server
Hi;I want to redirect the internet traffice for http://www.company.com/uat to my internal test web serverhttp://wwwtest.company.local:8080 but my script below direct me to the web site which is...
View ArticleRewrite rule not working and can't see why - Any help?
Hi there, I'm trying to redirect chunks of old legacy site to an archive. However, I can't seem to get it to work as desired. I want to rewrite everything in this subdirectory (including this...
View ArticleISAPI Rewrite to URL Rewrite conversion
Hi, I have a bunch of sites that use the ISAPI Rewrite module on a shared hosting server. For a bunch of reasons, I need to change host - and the new host will not support ISAPI Rewrite, so I need to...
View Articleurl rules for similar urls
HelloI want to write url redirect and rewrite rules for two similar urls. I have written first rule as below.<rule name="RedirectUserFriendlyURL12" stopProcessing="true"><match url="^m/$"...
View ArticleBoolean expression
Hi;I am trying to block access other then listed IPs to access to the url path.If access to www.domain/path1.comnot 172.x..x.x or 173..x.x.xwill be rejected.Have tried create multiple rule however...
View ArticleURL rewrite to subfolder and other port
Hello,I've to redirect all incoming requests from IIS website to another web server (Payara / GlassFish).My IIS website binding is admin.example.com, port 80, and I need to redirect to...
View ArticleHow to redirect a site even when Site doesn't exist?
Hi All,Please help me to resolve this issue ASAP. I have two sites in IIS and both got migrated to the new environment and we have configured URL rewrite in IIS. It was working fine as expected now...
View ArticleIIS RewriteModule behaving strangely with CakePHP
I'm running a CakePHP website as a virtual directory under IIS 8.5, using the FastCGI handler for PHP. I'm using the RewriteModule to do the CakePHP rewriting in the virtual directory, which mostly...
View Articlerewriting URL in popup window
I am trying to create a reverse proxy for an internal app that serves up images to our internet facing web app. Users will login to webapp.domain.com, go through various screens and then have the...
View ArticleReverse Proxy to Report Server
Hello,I have Two windows server 2012 boxes hosted in Azure. one , has SSRS Server installed, configured, and running properly. The other Box has IIS Already hosting an application and it is running as...
View ArticlePreserve full URL w/ folders for HTTP to HTTPS Rewrite
There was a thread marked as solved:https://forums.iis.net/t/1171898.aspx?Preserve+full+URL+w+folders+for+HTTP+to+HTTPS+Rewritebut it does not work for me. All I need to do is to redirect all virtual...
View ArticleAdd noindex, nofollow in IIS
Hello Guys,We Need to add a rule in web.config for noindex, nofollow in our wordpress site.We have a folder on the site: https://www.example.com/landing.we need to add meta tag <meta name="robots"...
View Article