Javascript issue when browsing redirected page
I am having a whole bunch of javascript errors when browsing redirected page. See the pic below or the actual test page here
View ArticleUrl rewrite help
Hi,I am new to URL rewrite and need help on regular expressions.I have an existing web.config which does a rewrite from for eg. https://www.site1.com/category tohttp://www.SITE2.com/categoryAlso need...
View Articleredirect mydomain.com (root) to one IIS site, but mydomain.com/folder to...
The root (main ) pages of our domain are being rewritten in another CMS. But existing subfolder content (like mydomain.com/folder1 or mydomain/folder2) needs to go to the existing sites.So-...
View ArticleRemoving default.aspx on page with buttons that post back
I have been trying to do a 301 Permanent Redirect instead of Rewrite through URL Rewrite for removing “default.aspx” from the URL for SEO purposes. The rule works fine when you land on the page the...
View ArticleIs it possible to redirect at a certain datetime?
I need a redirect that activates on Monday at midnight. Is it possible to implement that via url rewrite? How?
View ArticleDeny URL's using IIS Rewrite Module
The below two are valid url's in my websiteURL1:www.itsmywebsite.com/showproduct.aspx?id=127www.itsmywebsite.combut this is notURL2:www.itsmywebsite.com/showproduct.aspx How can I block URL2 which does...
View ArticleRules for non-http(s) protocols
Is it possible to write redirect rules for protocols other than http(s)?For example, I have a rule that forwards http requests to a web app listening on https only: <rule name="myrule"...
View ArticleNew to the url rewritting, getting issue in rewrite mapping entry
I have a URL www.domain.com/Product/ProductIndex/products/brands/When i use <add key="/Product/ProductIndex/products/brands/" value="test" /> like this it works absoulety fine.According to the...
View ArticleRewrite on Boolean True
Hi,I have a function I have in a DLL and would like to redirect users to the same page if the boolean is true. I could write an If statement but for 72 asp.net pages doesn't seem like a good idea. Is...
View ArticleHelp writing a redirect using Regex/Wilcards
I just installed URL Rewrite, and have managed to set up some redirects using Exact Match. However, when trying to using Wildcards ior Regex, im not having much luckI need to redirect all files in this...
View ArticleDangerous Request.Path on certain characters.
Im using the DB to rewrite all existing products to the new URLi.e. /product/q-bond_powder_&_adhesive_bonding_kit_qbpato/uk/q-bond-powder-adhesive-bonding-kitThe problem i have is that the server...
View ArticleHelp with removing .html and .php
Hello.I am beginner in this area and I have been struggling to remove ".html" and ".php" from the links of my website that is hosted in a windows server.I was making some experiments with IIS Manager.....
View Articledefault page problem.
In my server root I have 3 applications. I want that when someone hits www.mywebsite.com the user must be redirected to a page from one of the websites. likewww.mywebsite.com/application1/page1.aspx...
View ArticleURL Rewrite Module - Not working at all
I set up some rewrite rules, and they didn't work at all. Instead of redirecting to the new URL, I just got a 404 error. IIS didn't seem to even notice that the rules existed.As per...
View Articlecookies with reverse proxy
We have ARR installed and enabled so that we can do url rewrites to another domain (reverse proxy). A cookie is being set by the reverse proxy but it is unreadable to our subdomains.Ex. We have...
View ArticleHow to rewrite to another domain
I am trying to figure out how to "fake" a domainFor example..http://www.mysite1.com works normallyhttp://www.mysite2.com works normally as well.I want to be able to have people load:...
View Articlewant to rewrite subdomain url
hi there,I have webmail.abc.com subdomainmail server actually works www.xyz.com/webmailenablewhen user types webmail.abc.com I want him to reditect to mail domain as above BUT I want him to see...
View ArticleVPN Gate Rewrite
Hi,Over a year ago I posted a question about redirecting all users using Opera to a certain webpage and that works fine but I have substituted the information for this question but get a 500 (Internal...
View ArticleRule continuation when condition input does not exist
I am using the X-Forwarded-For header to block access to a URL based if the source IP is public.<rule name="Block wp-admin" enabled="true" stopProcessing="true"> <match...
View ArticleIIS is replacing semicolon with %3B
Hello community,We are using a trouble shooting system called OTRS on IIS 7.5 since a few days, it was on Apache 2.2 before. Everything is fine as long as you open the website by reaching to the...
View Article