-1

Why is the following URL rewrite rule not working?

screenshot

trincot
  • 317,000
  • 35
  • 244
  • 286
  • 2
    Welcome to SO! Please copy the image to SO, because if the link goes dead then your question won't mean anything. Also, moving some of the text from the image into the question would make it easier to answer (because opening the image would be less important to understanding the question). – A Jar of Clay Feb 28 '19 at 10:04
  • Possible duplicate of [Remove HTML or ASPX Extension](https://stackoverflow.com/questions/4481632/remove-html-or-aspx-extension) – A Jar of Clay Feb 28 '19 at 10:08

1 Answers1

0

The pattern should be

^([a-z0-9/]+)$

And the action url

{R:1}.aspx
VDWWD
  • 35,079
  • 22
  • 62
  • 79