EJS Node.JS Express - css path issue when url with more than 1 parameter
问题 First sorry for my poor english ! Well, I am developping a web application using NodeJS / Express and EJS as template engine. I am currently facing an issue. Here is my folder hierarchy App folder/ |___ server.js / |___ node_modules / |___ required / |___ bootstrap / |___ css / |___ font-awesome / |___ images / |___ views / |___ default.ejs |___ home.ejs |___ mission.ejs |___ mission / |___ create.ejs |___ delete.ejs Here is my server.js configuration: // Setup le serveur http var app =