[Cppcms-users] URL with and without last slash
Brought to you by:
artyom-beilis
|
From: Nhân Lê Đ. <nh...@gm...> - 2014-12-19 13:22:41
|
Hi, Seem CppCMS not support both slash and without slash automatically. For example: localhost/number/1 => work localhost/number/1/ => not found What is the best solution to deal with this problem? I am currently add */ regex to all patterns. |