Rewrite rule on SubDomain
Hello, I have a problem on redirect my subdomain site to httpsI have this rule<rewrite><rules><rule name="HTTPS" stopProcessing="true"><match url="(.*)"...
View ArticleConvert htaccess to web.config
Hi all, how can i convert this htaccess to web.config?ErrorDocument 404 /index.php DirectoryIndex index.php <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f...
View ArticleRandom additional characters added to rewritten URL
HiI've been having a problem with the url rewrite module in that it works fine apart from adding strange characters at the end of the urls.I'm concerned that this is not good for search engines. An...
View ArticleAdjust URLs in Java Code
I'm using ARR/Rewrite for reverse proxying three SAP applications which are seperated by a location prefix in the access URL. Via an outbound rule I scan the responses of the application and adjust the...
View ArticleURL Rewrite FileMapProvider to remove a portion of the Query String
I am using the following URL Rewriting configuration on a machine with IIS 8 and Windows Server 2012 R2<rewrite><providers><provider name="FileMap" type="FileMapProvider,...
View ArticleURL Rewrite VS Cookies
Hello.After installing the URL Rewrite in our IIS and creating rules for friendly URLs a very rare thing is happening with cookies. Some cookies in our website is defined capturing GET values. For...
View ArticleIIS Rewrite Module with TLS 1.1 and TLS 1.2
We have been successfully using the rewrite module for about a year. We are currently working to remove support for SSL 3.0 and TLS 1.0 and move to TLS 1.1/1.2 support. However, when we make the...
View ArticleAsp.net area to subdomain
Hi there,I just developed mobile version of one of my websites. It's build using asp.net mvc and for the mobile site I decided to go with asp.net mvc area and named mobile.Currently users access mobile...
View ArticleAdd or remove www
We have a "catchall" site for all hosts that have the wrong "www" in the URL (for some sites we want it, for some we don't, and the wrong version goes to the catchall for permanent redirection)....
View ArticleIIS 8.5 URL Rewrite 2.0 HTTP to HTTPS not working need assistance please
I'm pretty sure this shouldn't be so difficult, but obviously I'm missing something because it doesn't work.Here is my rule.<configuration> <system.webServer> <rewrite>...
View ArticleRedirect URL.
I have a DNS Alias redirecting a name to a server:DNS: From: http://site/ -> To: servernameAnd I want to redirect the URL http://site/ to the IIS site http://servername/abc/site/Using IIS, what can...
View ArticleBuilding a custom rewrite provider using WCF
Hi all,How would you go about writing a customer rewrite provider using WCF? I've seen a similar post,http://forums.iis.net/t/1173084.aspx but there's not much to it. My guess is that you'd have to set...
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 ArticleNon-www to www url redirection for multilnguage websites
Hi experts,I have a problem on Non-www to www url redirect multi language websites.for example : I want to redirect domain.jp to www.domain.jp , domain.com towww.domain.com , domain.co.au to...
View ArticleURL Rewrite and Magento
Has anyone tried using the URL Rewrite Module with Magento. I currently have Magento working with IIS7 and the Helicon ISAPI_Rewrite Lite but have not been able to make the URL Rewrite Module work.
View ArticleCustom Rewrite Provider for Response body filtering ?
Hi, We are working on a Reverse Proxy cum URL Rewrite solution. Different customers access their portal through our parent domain, using a URL based approach. For exampleFor customer1 : URL ->...
View ArticleRedirect working but url does not change in IE
I am not sure if this is a problem with my rule or if it is just IE. I have this rewrite on my website. This rewrite works, the customer goes to the other location, however, in IE the URL does not...
View ArticleRewrite with Worldpress for pretty link in IIS 8,5
Hi everyone and thanks in advance for the help.So first let's me show you the work that have been done...
View ArticleIIS 8 URL Rewrite Rules Work Sometimes
(NOTE: I submitted this on stackoverflow but I am also submitting it here because I am wondering if this could be a bug). If I get a resolution to this - either myself or through stackoverflow - I...
View Article