web.config rules Wordpress Permalink
wordpress site not showing inner pages, It show only home page and wordpress admin page. While click save changes in "Permalink Settings" it show "You should update your web.config now."web.config...
View ArticleImage or menu bar error after IIS URL rewriting
any way to resolve the error on Image or menu bar error after IIS URL rewriting.Researched some documents that the error point is If you do a URL rewrite, your URL hierarchy may change. anyway to...
View ArticleStop from the web content thief of my IIS site
HI, we lab are trying use the .htaccess like rewrite module in IIS (Windows 2016) to stop the content theif. However, whole site image files cannot display. The problem is even "<img src" will be...
View ArticleIIS 10 Reverse Proxy / URL rewrite redirects client browser
I'm trying to access an internal web server (managed ethernet switch) via an IIS server. Using ARR and URL rewrite I should be able to set up Reverse Proxy to make this work. However, instead of...
View ArticleIIS rewrite query string
Hello could you help me with URL rewrite in this situation please?I have:https://test.com/Q?XKGD753GGhttps://test.com/Q?XKGD7346BChttps://test.com/Q?XKGD850SFCI...
View ArticleExpress and Passport js issue, thinks everyone is same user, browser does not...
Having a very confusing issue with passport and our node/express/react application using a domain name we purchased.On our ip address for the server, we can access the app fine, the post for the /login...
View ArticleHow do I restrict an outbound rewrite rule by localhost:?
I'll keep the scenario as simple as I can. I have a domain: www.mydomain.com. Using inbound rewrite rules I proxy requests for www.mydomain.com/app/page to localhost:217/app/page. This works. The...
View ArticleConditional host name possible?
I am not an IIS proxy expert but am in a crunch to get something done. We have an IIS Proxy that fronts a couple of application servers in a farm:https://proxy.company1.com/app ->...
View ArticleApplication (subdirectory to domain)
Hello,Just want to see if anyone have any suggestions for:current setup:1. IIS binding * on port 80 single ip 2. DNS region.test.com mapped to single ip above 3. IIS web site structure Default...
View ArticleSubdomain Won't Redirect HTTP to HTTPS
Hi, I'm using Server 2016 with IIS 8. I can't figure out what I'm doing wrong here. I've followed this guide:...
View ArticleURL Rewrite web page does not display when hyperlinked from another web page
I have 2 pages on a intranet website. The 1st is called Test.htm and contains:<html><body><a href="Test.asp">link</a></body></html>The 2nd is called Test.asp and...
View ArticleA potentially dangerous Request.Path value was detected from the client (:)
Hi EveryoneI'm facing the below error when accessing a URL with 3 forward slash through iis reverse proxy.Sample URL :...
View ArticleHow do I rewrite a background: url('/') in a 's style attribute?
I have a domain, mydomain.com, and I successfully reverse proxy it with a self-hosted localhost website like so: Inbound: mydomain.com/app/page --> localhost:217/app/page Outbound:...
View ArticleRewrite dynamic URL
Hello everybody, I have a URL like this:https://examplesite.com/page/?photo=wedding&=Milan how can I transform it by removing from URL the ?, =, &, characters so that it becomes like...
View ArticleCanonical Tags Not Matching Redirects
Hello All,First time here, thanks for having me. I hope this is in the correct section. Please correct me if not.I have a question. I set up a redirect for eliminating and redirecting upper case and...
View Articleredirect from root to subfolder
We have our Accounting/CRM platform that we need to redirect from the root website to a subfolder. http://company.domain.com redirects to https://company.domain.com/subfolder1Our problem we just found...
View ArticleMigrating from Tuckey urlrewrite.xml to IIS URL Rewrite
Hi all,I'm migrating my website from a Java/Tomcat-based setup to a .NET/IIS-based setup.The old setup does a lot of URL rewriting using the web filter "UrlRewriteFilter" from...
View Articleweb.config file is rendering the page when a partial url is correct
We are having an issue with page redirect.There are a lot of products and categories on the site and we have a web.config file that redirects and rewrites the pages as per the category or product. All...
View ArticleRedirect to 404 if there is "?" (Question mark) in the url
Friends, I am trying to redirect a page if there is a "?" in the URL using web.config, but it is not workingI added a condition to negate if the param is "?"The rule is <rule name="Activa-LT_rd"...
View ArticleURL Rewrite to different web applications
Hello,Here's my scenario. I have two web applications running under one web site on my server. I would like to configure my server so that if a user navigates to a specific URL they will access a...
View Article