websites urls without file extension?

后端 未结 10 1771
误落风尘
误落风尘 2020-12-16 14:50

When I look at Amazon.com and I see their URL for pages, it does not have .htm, .html or .php at the end of the URL.

It is lik

10条回答
  •  抹茶落季
    2020-12-16 15:05

    A lot of people are using an more "RESTful" type architecture... or at least, REST-looking URLs.

    This site (StackOverflow) dosn't show a file extension... it's using ASP.NET MVC.

提交回复
热议问题