简体   繁体   中英

IIS7 Rewrite Rules?

I'm used to making .htaccess rewriterules for PHP sites. But now I'm trying to do it with IIS7 which is totally new for me.

What I would like is when I insert the url with the page afterwards ( www.website.ext/page ), that it looks for the page www.website.ext/index.php?page=title .

In .htaccess it would be something like:

RewriteRule ^(.*)$ index.php?page=$1

But how can I do this in IIS7?

Thanks in advance!

I think that is not possible without plugins. We bought this one few years ago http://www.helicontech.com/isapi_rewrite/ for mod_rewrite

Then you can upload your .htaccess file like on apache server.

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