Redirect Subdomain URL to Domain
Good Afternoon,I'm new to IIS and web.config and feel like a complete newbie. I'm attempting to create a 301 redirect but can't seem to figure out what the appropriate rewrite code should be. Would...
View ArticleIIS URL Rewrite Module & Wordpress
I have a IIS 8.5 server, I installed wordpress on the server and use the URL Rewrite rule for File and directory for Wordpress and placed it at www.mysite.com/blog/. It worked. Now I have moved my blog...
View ArticleCustom provider settings are missing
I made a custom provider based on this article:http://www.iis.net/learn/extensions/url-rewrite-module/developing-a-custom-rewrite-provider-for-url-rewrite-moduleIt was added to the GAC, it even shows...
View ArticleRedirect only / or (nothing as chrome like to so) to /index
Afternoon iis.netIve been trying to get this to work for while but it seems as though i can detect nothing as a url regex; Any advise would be appreciated
View ArticleReverse Proxy - Two sites hosted on same web server
Hello,We are trying to configure two sites (dev.site.com & stage.site.com) hosted on the same IIS server. The reverse proxy rules are set-up at the global level (at server level in...
View Articleadd condition on a rule for web.config
Hello, It works 100% if QUERY_STRING existsBut fails if QUERY_STRING does not exist Example...
View Article301 redirect for IIS 7.5 to replace domain only and maintain page structure
I have searched far and wide and have been unable to find a conclusive answer for my issue...My old domain = www.olddomain.com My new domain = www.newdomain.comThe domain is the only thing that...
View Articlerewrite content-type and chunked transfer-encoding
I have an application (as-it-is; no software modifications possible) running on IIS and want to modify the content-type in the response-header. The application (kind of content container) gives back a...
View ArticleReverse Proxy for Tableau Server
I'm trying to establish a reverse proxy for tableau server through IIS. To explain it in short, clients will be accessing http://localhost/tableau which will in turn do a reverse proxy to...
View Articlereplace %20 with space and other % like accents on url with querystring
HelloMy issue is %20 and accents for examplehttp://www.conteudoanimal.com.br/colunas/ver.asp?titulo='bolhas%20na%20pele%20e%20p%fastulas%20em%20c%e3es'I need to replace with...
View Articlematch url = *?* in web,config
Hello,This rule below works to all the url of my site and causing problemI think I need to update <match url=.... to just work IF url has ? on it For example:Rule needs to work on...
View ArticleFailed Request Tracing for Rewrite does not work in IIS 8
On IIS 7.5 when Failed Request Tracing was enabled (everything enabled with verbose) the evaluation of the request rules were logged. On Windows 2012 with IIS 8.0 the rewrite processing is no longer...
View ArticleRedirect for people not connecting with TLS 1.2
I want to be able to redirect people to a custom website that give directions are enabling TLS 1.2 if they are connecting using a lower version.I'm on IIS 8.5 with URL rewrite 2.0.
View Article"delete" folder from url AND redirect to an other domain
Hello,Could you please help solving this: Original url: olddomain.company.com/appname/deeplinksDestination url: newdomain.company.com/deeplinksSo I have to remove the appname folder AND redirect the...
View ArticleImport Rules from a Web Rewrite.config file
Hi Team,We made a new website by creating a copy of an existing codebase(which already has the Web.Rewrite.Config file) and creating a new instance in IIS.I am not able to see any rules in IIS URL...
View Articleiis_rewrite can`t convert rule
HiI am moving my test Apache site on Webasyst framework (e-shop) to IIS 8.5So, it`s ok on Apache, but there is 1 rule in the root of site that iis rewrite can`t decode to web.config in auto mode...
View Article.htaccess file not in root folder - feature request and help
As we know ,if apache .htaccess file is in directory like/var/www/example.com/templates/.htaccess and file path is/var/www/example.com/templates/silver/images/logo.gif apache rewrite rule will work...
View ArticleRedirect URL using IIS URL rewrite
How can we redirect below URLs using IIS URL rewrite.1) I want to redirect a website from https://sites.contoso.com/countries/en-jo to http://www.contoso.com/en-eg2) I want to redirect * (from any...
View Articleusing URL Rewrite Module for custom load balancing
I have several application servers. Each server has its own set of unique resources.That Servers are not accessible from the public.I'm trying to set up new publicly accessible server for custom load...
View ArticleUsing same DNS after URL redirection
Hi,I have multiple version of same web application for multiple clients. For example:test1.example.comtest2.example.comtest3.example.com.....and so on as per the app version with respect to the...
View Article