Deployment environment:
pagoda、nginx or apache、PHP7.4
Deployment requirements: Deploy to the root directory (not to subdirectories).
Little Flying Rabbit Built-in software HTTP service This is a temporary service; the service will stop when the software is shut down.


Note: PHP must be selected; it is recommended.
PHP7.4Version

Find it in the website's root directory. nginx.htaccess Open the file with Notepad, copy all the contents of the file, and paste it into the pseudo-static text box.

Find it in the website's root directory. .htaccess Open the file with Notepad, copy all the contents of the file, and paste it into the pseudo-static text box.


domain name、root directory、Check PHPand filling in pseudo-static (In the website directory).

Note: Due to a bug in the PhpStudy software, the software will clear the contents of the .htaccess file in the root directory when creating a website. Therefore, you must fill in the URL rewriting rules when creating a website.
php.ini To enable the output buffer, the code is:output_buffering = onThe URL rewriting address for the BT panel nginx server includes...
.phpfile extension issues
For example:location ~ ^/index\.php/api/User$ { rewrite ^ "../../404.html" last; }The code contains ../../404.html The folder rewriting function failed; you need to modify the configuration file.
