I have been asking the boss to take a look at thinkphp3's rewrite problem in nginx for a long time.

In the

thinkphp url parameter, nginx treats the controller name as the module name.
how to solve this?
isn"t eee the module name

Jul.22,2021

nginx does not make this judgment, but should be judged by your thinkphp. Please take a closer look at the config parameters to see if you have enabled the single module mode. Please read the manual

.

clipboard.png

  • How to add extensions through php.ini in linux?

    when compiling and installing, I only use the following command to install, and then I want to change php.ini as in windows to open the extension . configure --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --enable-soap -...

    Mar.14,2021
  • Why not use root users to run lnmp

    most of the time, the lnmp in the online environment does not use root to run. For example, nginx creates a single user, and mysql creates a single user. Code files and even nobody users. I don t quite understand, and there is no relevant explanation on...

    Mar.22,2021
Menu