IIS redirection with duplicate port
Hallo.I just migrated a PHP website from apache to IIS. I still use MySQL database which works just fine. The problem is that: I used url rewrite to convert from .htaccess to web.config. When all pages...
View ArticleUrl rewrite issue with godaddy multiple domain hosting
Hi, I have godaddy deluxe hosting. I have one primary domain for my wordpress website.. I have other asp.net websites hosted there under sub folders of this primary domain as I can have only one...
View ArticleURL Rewrite Exceptions
Hi,I have a 2012r2 web farm setup. I am in the process of consolidating some web servers to the new farm. I have two URL rewrite rules setup.1) http to https using a star cert for our main domain2) ARR...
View ArticleURL Rewrite out going issues
Kind of new to URL Rewrite and ARR so please work with me. I have a Win 2012 server I'm using for testing. I have setup 4 web farms and have 2 of them working perfectly. The other 2 I can access them...
View ArticleServer Variable for http response body ?
Hi, We are trying to integrate a Custom Provider for URL Rewriting.The module should replace all relative references to CSS, Images, Java Scripts and Pop-ups to use the Reverse Proxy name also.Which...
View ArticleYet another http > https rewrite rule not working
Greetings,I would like to direct every http request to use https. So for example if someone requestshttp://www.xyz.com it goes to https://www.xyz.com. I want this to be so for all pages under...
View ArticleProblem with web.config and Codeigniter
Hello therei have 2 codeigniter applications on the same server |------------- admin|--------|-----application|--------|-----system|-----application|-----systemalso i have a ssl certificatei wrote this...
View ArticleURL Rewrite help
Hi.I have IIS 8.5 and I have installed the Rewrite module.I am trying to redirect all requests coming from: http://mydomain.domain.com to: http://mydomain.domain.com/PORTAL/m4nScreens/Login.aspxHow can...
View ArticleRedirect and rewrite root.
Hello everyone. I have a php site, hosted on IIS8. For some reason, the domain root (domain.com) loads a dynamic page that should not be the home page. Index.php is the correct homepage....
View ArticleSitemap.xml is not fetching rewritten URL formats...please help
Currently, the URL rewrite outbound rules set on web.config file only applies to anchor tags. I’d like to get some of your expert advice on using the same rules on sitemap.xml. Could you please let me...
View ArticleHow to block a site being searched by Google or any search engine?
I have small a web-service which should get opened only from my website.I want to block my web-service URL being opened from Google or any search engine.May I write some rule on the web-service such...
View ArticleARR URL Reroute Question
Hi,Not sure if anyone can help me, but I am using ARR for a reverse proxy. I have a site:https://name.dnsname.co.uk that is working as expected, but I want all requests hitting that to go to a subdir...
View ArticleNeed help with outbound rule
Suppose proxy server address is abc.publicdomain.com. Backend Webserver address is xyz.internaldomain.comWhen the client send the request like http://abc.publicdomain.com then it also send the server...
View ArticleCreating a URL rewrite rules for a URL that have the same stem with different...
Hi,I am fairly new to URL rewrite and have a question I hope will be easy to answerMy new site now has a minimum of 300 historic domains pointing to it which are formatted as follows:-mycompany+...
View ArticleReplace string with rewrite map
Hi @allI want to have a rule, where I can replace the string which is stored in the rewrite map. It should split the url before and after the search string. Replace it, and continue with the rest.For...
View ArticleCannot get a rewrite to work for a vanity URL
Hello,I am hoping someone can point me in the right direction on this one. I am trying to create a Vanity URL for a client. The site exists in the following...
View ArticleURL rewrite - friendly URL
Hello, I'm having some problems with the URL rewrite module.I've followed the instructions given here, and it works on localhost, but when I copy this code:<rule name="RedirectUserFriendlyURL1"...
View Articleredirect sharepoint site collections with URL rewrite
we are migrating off SharePoint 2010 to 2013 I need to redirect site collections as we migrate.2010 webapp and site collections http://sp.mycomp.com/spsc1 http://sp.mycomp.com/spsc2...
View Article'WebForm_DoPostBackWithOptions' is undefined
Hi, We are setting up a Reverse Proxy cum URL Rewrite solution. Different customers access their portals through our parent domain, using a URL based approach. For exampleFor customer1 : URL ->...
View ArticleURL rewrite: this works - that does not....
Using Windows Server 2013 - IIS 8.5<rules>//this works: www.domain.com/Securefiles<rulename="Redirects SecureFiles"enabled="true"stopProcessing="true"><matchurl="^/SecureFiles" />...
View Article