简体   繁体   中英

React Routing +URL Rewrite +IIS+ component match

Using URL Rewrite works fine and navigates to index.html. But how to navigate to the exact component. Redirecting to index.html will show my home page. what if i have multiple components and i want to match the exact component as well?

Is it possible to host a react app in IIS and to do URL rewrite?

Is your app in the root directory your the IIS Site? I have http://myserver:5999/abc/123 working (where abc and 123 are my route params).

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