0

I've been playing around with Microsoft's iiS manager, and I can't manage to get the URL's to re-write. I'm trying to re-write: "products.html" as "products", and I just can't get my head around it.

For the pattern I've been using: ^products

For the re-write URL I've been using: products?id={R:0}

Everything else I left on the default settings.

pnuts
  • 58,317
  • 11
  • 87
  • 139
Sharan
  • 49
  • 1
  • 8

1 Answers1

0

The problem you are seeing is because all your "pages" match the pattern ^products - Read User Friendly URL - rule template. The article.aspx example describes a solution to what you are trying to accomplish.

viperguynaz
  • 12,044
  • 4
  • 30
  • 41