How to remove all .php extension from a dir and all of its subdirectories?

后端 未结 3 1084
遇见更好的自我
遇见更好的自我 2021-01-27 11:49

My web is dir structured is as follows :

moving/
      includes/
      con

3条回答
  •  無奈伤痛
    2021-01-27 12:14

    Provided you have mod_rewrite routing non-php extension request to the proper request, you would put it in your root web directory.

提交回复
热议问题