URL Rewrite not working anymore
HelloAfter having reinstalled the IIS7 Role on my Server 2008 R2 Installation, all of my URL Rewrites are not working anymore. E.g. the login rewrite for worpress: <rule...
View ArticleI'm stuck! 301 Redirect from HTTPS to HTTP
I'm stuck! can anybody help?Basically google has indexed our site index with the HTTPS:// not the HTTP:// I need to redirect the traffic to the HTTP://I tried adding the following line into the...
View ArticleIIS Rewrite Complete Ref
Hi,Can anyone suggest me a right book for "IIS Rewrite Rule Complete Ref".
View Articlerewrite for CDN Resources
Hi,The site url http://domain.com/images all request from images path should be resourced from http://cdndomain.com/images , how to achive this. Please provide me some example.
View ArticleURL Rewrite not passing /_vti_bin/client.svc
We have a SharePoint 2010 farm with a web application running on a non standard port - i.e. 8484. We use an IIS URL Rewrite site to reverse proxy the SharePoint site. So, for example, requests...
View ArticleURL Rewrite 2.0 in Integrated Mode
I have URL Rewrite installed on a server with several different web applications. I have it configured on one application and it works perfectly, the app pool for the application is in Classic Mode....
View ArticleHTTP to HTTPS
Is there a way to redirect a user from a url such as http://mysite.com:2010 to https://mysite.comI am a bit confused about how to deal with the port.Any guidance would be appreciated. If more...
View Articleiis problem with utf link
can not open link ex: www.domain.com/коли.html query can not open! I have a 404 error.help plase
View ArticleRoute to Server Farm fails when HTTP_HOST condition added.
Hi,I can forward requests successfuly through IIS7 to a backend http server located on the local network by using the default "ARR_hosting_loadbalance" URL Rewrite rule that was created by IIS when I...
View ArticleHelp with global redirect from domain.com to www.domain.com
Hello,I am new to the IIS URL Rewrite Module. What I'd like to do is to take any incoming URL request for http://domain.com and redirect it to http://www.domain.com. The catch is that I want the path...
View ArticleURL Rewrite for SSL redirection
Can URL Rewrite be used to change http: to https: for directories on my site which require ssl? If not, does anybody have any suggestions on how to achieve this?Thanks in advance.
View ArticleRedirect or replace just subdomain name
Hi,i want to redirect myhttp://suba.domain.com/whatever....to http://subb.domain.com/whatever.how can do that ? i don't care pages and parameter, i just wantto replace subdomain value suba to subb....
View ArticleShould I 301 redirect all database URLs to search engine friendly URLs?
Our CMS doesn't automatically create a 301 redirect from the database version of the URLs on our new site to the manually-created search engine friendly URLs. We understand that this is best practice...
View ArticleRedirect loop bug
Hi guys,I've been getting redirect loops spontaneously happening on my webserver. It will run fine for weeks and then suddenly start acting up. The only place I've seen this happen is on my home...
View ArticleURL ended in 2 periods (..) gets a 500 Internal Server Error
Hi all,we have a problem in our website with some bad URL. There are a certain website which point to ours with a wrong url ended in two periods, for...
View ArticleShould database created URL's be rewritten by search engine friendly ones?
We have found that when we create a search engine friendly URL, on our new website, it doesn't rewrite the database URL but is an additional URL which references the database version. Our developer has...
View ArticleDecodeing url after url rw-write
Hi,I have setup a URL Re-Write and below is the snippet<rule name="Example" stopProcessing="true"> <match url="(.*)" /> <conditions>...
View ArticleURL Rewrite with Web Applications
Hi,I am running an ASP.NET 4.0 website using IIS7 on Windows Server 2008 R2.The site has a number of Web Applications under the main domain (~/site1, ~/site2, ~/site3, etc...). Each Web Application is...
View ArticleUrl Rewrite all files from a directory to another
Hi allI want redirect all files and subfolder from a website directory to another directory of my website.But i achieved to do that, but only but a rule for each file on this directory, one by one...I...
View ArticleRewrite question
I am new to the IIS rewrite and need help. Unfortunately learning the subject is not an option right now.Basically I need IIS to rewrite a subdomain to a page of my choice. The subdomain part will...
View Article