2/2 A sophisticated system might try and ping a URL first (e.g: you enter `pricing` as a username and it checks if `/pricing` returns a non-404) but that sort of complexity isn't usually necessary. As long as usernames are the last thing to match when routing you don't need to worry about it :)

Comments