How to rewrite SEO friendly url's like stackoverflow

后端 未结 5 1562
梦毁少年i
梦毁少年i 2020-12-16 08:21

If you go to a url like the following: http://stackoverflow.com/questions/9155602/ the address bar will be updated to http://stackoverflow.com/questions/9

5条回答
  •  [愿得一人]
    2020-12-16 08:53

    You are going to either need to do this in the application itself by checking the URL against the absolute URL for the requested location, or by generating the mapping each time a new "page" is added.

提交回复
热议问题