Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'URL Rewrite' option missing from IIS Manager (IIS7)

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.

like image 683
Rabbie Avatar asked Apr 07 '10 06:04

Rabbie


People also ask

Where is URL Rewrite in 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.

How do I know if IIS URL Rewrite module is installed?

To see if the URL Rewrite module is installed, open IIS Manager and look in the IIS group - if the module is installed, an icon named URL Rewrite will be present.


2 Answers

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

like image 56
user345 Avatar answered Oct 16 '22 04:10

user345


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 be, and how I found your question!)

like image 36
Andrew Avatar answered Oct 16 '22 05:10

Andrew