简体   繁体   中英

my rewrite rule doesn't redirect

I added the following to IIS7

在此处输入图片说明

but when I surf to http://localhost:85/toolbar/apps/

I get 404 from the server and not redirect.

i don't know about IIS7 Rewrite Url Module,but you can try this:

Pattern: ^toolbar/(.*)

Redirect Url: {R:1}

so, is there any page or service available in that folder?
if there is nothing you gave that message,
good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM