Hello Dear forum users.
There was the following problem.
I can not open any php files other than the main page in the browser.
For example site.com/app/addons/yandex/fnc.php - 403 crashes.
Everywhere put the right 777.
Server on apache2.
In the logs [Wed Mar 30 15:23:21 2016] [error] [client 176.209.200.98] client denied by server configuration: /var/www/andrey/data/www/andrey.devstyle.ru/app
Can I fix this using Isp Manager or .htaccess?
|
2 answers
enable php.net error display error_reporting
|
It turned out that there was another .htaccess file in the app folder, which closed access.
|