Closed dark-coder closed 7 years ago
if you run locally -> http://localhost:3000/xx but also "/" is redirected to the defaultLanguage.
you can see this in:
siteServer.all("/" + app.languages[iL].id + "/*", function (req, res) { app.servePage(req, res); });
if you run locally -> http://localhost:3000/xx but also "/" is redirected to the defaultLanguage.
you can see this in:
siteServer.all("/" + app.languages[iL].id + "/*", function (req, res) { app.servePage(req, res); });