Websites created through tools can only open the index.php file through the URL.
龙2017-12-22 12:03:40
0
3
1621
The website created through the tool can only open the index.php file content through the URL. If it is created with another name, such as demo1.php, it cannot be opened through the URL. 403
Oh, I made a mistake. It is not configured in php.ini but in the Apache or NG configuration file. This is the default page configuration of your running environment under Baidu.
You need to add a default page file and configure it directly in PHP.INI. There are many tutorials on Baidu, but this method is not recommended. You can add a link in INDEX.PHP
Oh, I made a mistake. It is not configured in php.ini but in the Apache or NG configuration file. This is the default page configuration of your running environment under Baidu.
You need to add a default page file and configure it directly in PHP.INI. There are many tutorials on Baidu, but this method is not recommended. You can add a link in INDEX.PHP
conf configuration problem