Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试创建一个包含用户帐户系统的网站, 用户个人资料页面,url 路径为domain.com/:username. 我不想使用像domain.com/user/:username.
domain.com/:username
domain.com/user/:username
所以我必须找到避免用户注册的字符串,
我的网站其他 url 路径第一个插槽是domain.com/filter/, domain.com/search/, domain.com/p/, ... 我会添加这些。
domain.com/filter/
domain.com/search/
domain.com/p/
我阅读了其他网站文档,例如google facebook .. 例如,facebook 是特定列表不能包含通用术语或扩展名(例如:.com、.net)。 有没有其他策略(关键字不允许),建议我应该知道并使用以避免未来的问题?