Want to change URL pattern

后端 未结 2 1686
谎友^
谎友^ 2021-01-07 12:52

These days, I\'ve seen a URL pattern like this:

http://stackoverflow.com/questions/How-to-do

Not a usual and old one like this:

         


        
2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-07 13:43

    URL Rewriting can be achieved with PHP on Apache using the Apache mod_rewrite plugin and a rule definitions placed in a .htaccess file. Here's a guide.

    On Tomcat 6 there is a popular URL rewriting utility called UrlRewrite.

提交回复
热议问题