You're not able to change the routing in such a way, because then users whose names are only numbers cannot be accessed.
Best bet is to set up a rewrite rule in nginx to send users requesting /user/\d+ to /uid/1
How can I disable the edit history?
wow,I just met this problem.
I am worried that it will slow down my website.
I have the same question.
You can remove the view edit history privilege in your category privilege settings
@julian sorry,I can't find it.
Could you elaborate on that, please?
@ufan0 Go to Admin Control Panel -> Manage -> Privileges
, choose the category you want (red arrow on my screenshot) and disable this option (red circle) for the groups that you like to disable edit history:
@jtsimoes Thank you!