bripkens / connect-history-api-fallback

Fallback to index.html for applications that are using the HTML 5 history API
MIT License
1.83k stars 143 forks source link

GET request does not go through while other requests do like POST AND PUT etc... #78

Open abdulsalamalmahdi opened 3 years ago

abdulsalamalmahdi commented 3 years ago

hellow,

the module cause GET requests to not work, if I disable history api it works fine. after changing opts verbose to true , it console logs Rewriting GET / to /index.html ?

could please tell what should I do