403 forbidden after phpstudy modified port

the port and directory of the nginx configuration file have been changed, so why is it still 403

Mar.23,2021

1. Check .htaccess:

<IfModule mod_rewrite.c>
  Options +FollowSymlinks -Multiviews
  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>

2. If the domain name is used, whether the host file is configured

whether the 3.vhosts.conf file is configured:

if (!-e $request_filename){
    rewrite  ^(.*)$  /index.php?s=$1  last;
    break;
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b042-2baa8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b042-2baa8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?