Home > Article > Operation and Maintenance > What should I do if phpstudy V8 reports a 403 error?
For the sake of security, the new version of phpStudy V8 cancels the listing of directory contents by Apache and nginx. To solve this error, you can turn on the list directory content function and add a default document.
Solution to the 403 error reported by phpstudy V8:
Method 1: Add the default home page configuration, and the default home page file
(1) Select in sequence [Website] - Select a site, click [Management] - [Modify]
(2) Select [Advanced Configuration], in the [Website Homepage] configuration, Fill in the default home page file name, and separate multiple file names with spaces.
(3) Select the site [Management] - [Open root directory]
(4) On the website Add the index.php file or index.html file to the root directory
(5) Refresh the browser to test, the 403 error has been resolved
Method 2: Turn on the function of listing directory contents
(1) Start the phpStudy V8 software, click one button to start [WNMP], or manually select the required service and click the [Start] button at the back .
(2) Select [Website] - select a site, click [Manage] - [Modify]
(3) In the pop-up page, select [Advanced Configuration], check [Directory Index], and click OK. Wait for the related services to automatically restart.
# (4) Refresh the browser to test. The 403 error has been resolved and the server file directory is correctly listed.
Note: This method can be used during development and testing. Do not use it in a production environment unless it is a download site.
If the directory cannot be listed, please check the file system permissions.
The above is the detailed content of What should I do if phpstudy V8 reports a 403 error?. For more information, please follow other related articles on the PHP Chinese website!