Home >Backend Development >PHP Tutorial >IIS: Set up 404 error page under IIS 8.5_PHP tutorial
Build a test website with a total of 2 pages (index.php and 404.php). The default homepage is: index.php
When accessing index.php and 404.php, the IIS server can respond normally, indicating that there is no problem configuring the PHP environment in IIS 8.5.
In addition, my error page configuration results are as follows:
Under normal circumstances, when accessing a page that does not exist (for example: 127.0.0.1/aaa.php), at this time, the iis server finds that the file aaa.php does not exist, so a 404 should be requested. php
That is: 127.0.0.1/aaa.php--->127.0.0.1/404.php
However, when I accessed 127.0.0.1/aaa.php, the following error was reported:
Double-click the "Error Page" setting--> Select the option with status code 404--> Select "Edit Function Settings" in the action bar on the right--> Check "Custom Error Page"
As shown below: