thinkphp url parameter, nginx treats the controller name as the module name.
how to solve this?
isn"t eee the module name
thinkphp url parameter, nginx treats the controller name as the module name.
how to solve this?
isn"t eee the module name
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
.
Previous: How do I make the directory on the left in Sublime 3 show Git modified files like the atom tag?
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 -...
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...