Is there a limitation on the directory name "php"?
The fact is that if I try to access the project file via the Internet by entering the address of the site / php / ? I will get an error 403, if I access the files at the same address but stored in a directory with a different name (for example, the site address / page / ), they will be shown to me. I can access the php directory from other files via include ().
No restrictions in httpd.conf found, but .htaccess in the project is missing
example.com/php/do you want the list of files in the directory to be shown? or do you have any callexample.com/php/test.phpends with a 403 error? - teran