• Home
  • Ubuntu 20.04
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 20.04
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

How to Enable URL Rewrite in IIS

Written by Rahul, Updated on February 27, 2020

URL Rewrite is a module for Windows IIS (Internet Information Service) web server, which allows Web administrators to easily build powerful rules to manage links on your site. To use this module you must need to enable it in IIS. The question is here, How do I enable the URL Rewrite module in the IIS web server on Windows?

Enable URL Rewrite in IIS

You can use Microsoft Web Platform Installer to install URL Rewrite module. Alternatively, visit below URL and download this module and install it.

  • http://www.iis.net/downloads/microsoft/url-rewrite

Enable URL Rewrite Module IIS

After installation, you will find the URL Rewrite option under the HTTP features section in IIS settings. Now, you can add own rewrite rules. This also allows importing rules like from .htaccess.

Enable URL Rewrite IIS

Enable Application Request Routing

You may also require enabling Application Request Routing (ARR) with the Rewrite module. IIS Application Request Routing offers administrators the ability to create powerful routing rules based on the URL, HTTP headers, and server variables to determine the most appropriate Web application server for each request. You can configure your IIS to work as a load balancer using this module.

Visit the below URL and download the given extension. Install this on your system to enable the extension in IIS.

https://www.iis.net/downloads/microsoft/application-request-routing

Share it!
Share on Facebook
Share on Twitter
Share on LinkedIn
Share on Reddit
Share on Tumblr
Share on Whatsapp
Rahul
Rahul
Connect on Facebook Connect on Twitter

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

1 Comment

  1. Avatar Duane Reply
    July 8, 2020 at 6:33 pm

    Does not work with IIS 10 on Server 2019 STD

Leave a Reply Cancel reply

Popular Posts

  • How to View or List Cron Jobs in Linux
  • How to Install PHP 8 on Ubuntu 20.04
  • How to Set Up SSH Tunnel with PuTTY
  • How to Install MySQL 8.0 on Ubuntu 20.04
  • Issue with phpMyAdmin and PHP: Warning in ./libraries/sql.lib.php#613 count(): Parameter must be an array or an object that implements Countable”
  • How to Install Tor Browser on Ubuntu 20.04
  • How to Allow Remote Connections to MySQL
  • How To Install VNC Server on Debian 10
© 2013-2021 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy