14

I just finished building up a new web server (2k8 x64) and have installed 'URL Rewrite' and 'Application Request Routing' but noticed that the 'URL Rewrite' option in IIS Manager is missing.

I messed around for a little while by re-installing both modules repeatedly and in different ways and then gave up.

I returned later, only to find that the icon had 'somehow' appeared.

Does anyone have any explanation for this ?

Thanks in advance.

Rabbie.

Rabbie
  • 1,711
  • 2
  • 10
  • 8

3 Answers3

15

It may not be installed. http://www.iis.net/downloads/microsoft/url-rewrite#additionalDownloads has download links for it on microsoft.com, and they list it being compatible w/ all versions IIS 7-10. Install that then restart IIS Manager. The x64 link does say AMD in the name even though it's for Intel as well, I've tested this install on an Intel 64 servers.

danekan
  • 462
  • 4
  • 7
  • 1
    AMD64 is a typical moniker for x64. It's because the instruction set was originally released by AMD: https://en.wikipedia.org/wiki/X86-64 – Sam Rueby Mar 25 '19 at 18:15
  • 2
    When I try to [install the extension](https://www.iis.net/downloads/microsoft/url-rewrite) the installer claims it is [already install](https://i.imgur.com/o81DIE7.png), and even after a reboot, the `URL Rewrite` feature is not shown anywhere in IIS 7.5.7600.16385. – Lonnie Best Aug 25 '22 at 12:42
15

The only time I've seen this happen is when you've opened IIS Manager, when you haven't had the IISRewrite module/patch installed.

Then you close/open the manager and it appears.

(In fact, thats what happened to me, and how I found your question!)

Lonnie Best
  • 9,936
  • 10
  • 57
  • 97
Andrew
  • 159
  • 1
  • 4
2

You can install it from here then restart your IIS. It worked jsut fine for me.

anesboz
  • 412
  • 4
  • 10