Will someone explain why the following URL rewrite is not working? URL: devbox.mysite.com/article/office Pattern: (.*)/article/(.*)$ Action Rewrite URL: {R:1}/article/?artID={R:2} Currently the page shows 404.