There is a site included cnc works fine. I began to notice that links like site.ru/index.php?id=114&Itemid=173&option=com_content&view=article are issued or you can get the material by simply specifying site.ru/123 where 123 is the id of the material. Who faced and how to fix it?
UPD:
Part of the problem is fixed by finding the following solution:
nginx
set $arg_set "${arg_option}___${arg_view}___${arg_id}"; if ($arg_set ~* "^(((\w|-)+?)___){2}((\w|-)+?)$") { return 404; } It remains to solve the problem by specifying site.ru/114 where 114 is the id of the article.