Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

url-rewrite-module

IIS Rewrite not working (but redirection does)

December 22, 2023 by Tarik

I ran into this same issue yesterday, and it took me a long time to figure out. The key here is that you’ve got an http:// prefix in your rewrite action; that makes this a special case that needs to be handled by Application Request Routing. The first step is to make sure that the … Read more

Categories asp.net Tags .net, asp.net, iis, url-rewrite-module, url-rewriting Leave a comment

Rewriting URLs from https:// to http:// in IIS7

August 2, 2023 by Tarik

Turns out that I had port :443 bound to a different website! The above rewrite rules work fine for http:// to https:// rewriting and vice-versa — though there might be more optimal or simple ways to do it. Leaving this question here for future voyagers to find, as I didn’t see many good examples of … Read more

Categories iis-7 Tags https, iis-7, url-rewrite-module, url-rewriting Leave a comment

Windows 8.1 / Windows 10 breaks my ASP.NET / IIS : “Service unavailable”

January 14, 2023 by Tarik

It looks like a simple uninstall and re-install of the rewrite module will do the trick. Edit: As others have said – try a repair first – if it works then that should be faster. It doesn’t look like the Microsoft Web Platform Installer is able to uninstall it so just go to Programs and … Read more

Categories url-rewrite-module Tags url-rewrite-module, windows-8.1 Leave a comment

How can I enable “URL Rewrite” Module in IIS 8.5 in Server 2012?

December 20, 2022 by Tarik

Download it from here: http://www.iis.net/downloads/microsoft/url-rewrite or if you already have Web Platform Installer on your machine you can install it from there.

Categories windows-server-2012 Tags iis-8.5, url-rewrite-module, windows-server-2012 Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa