Remove .php from URL

后端 未结 11 932
生来不讨喜
生来不讨喜 2020-12-15 22:17

Ubuntu 14.04LTS 32bit

LAMP

I know it\'s an old question but..

I need it to remove .php anywhere it finds it from the visible url. It needs to work wi

11条回答
  •  离开以前
    2020-12-15 22:45

    Enabling mod_negotiation in my Apache config did the trick for me:

    Content negotiation, or more accurately content selection, is the selection of the document that best matches the clients capabilities, from one of several available documents.

提交回复
热议问题