URL Rewriting with ExpressJS

前端 未结 5 1352
灰色年华
灰色年华 2020-12-05 04:37

I would like to rewrite my URLs on my ExpressJS website. I\'ve used this plugin, https://github.com/joehewitt/express-rewrite, but it doesn\'t work...

However, I mig

5条回答
  •  自闭症患者
    2020-12-05 05:17

    you could check the url with an if condition and use app.redirect to redirect to a certain url.

提交回复
热议问题