R
R
Ross Alex2019-12-15 12:02:31
PHP
Ross Alex, 2019-12-15 12:02:31

How to make PHP files located in symlink directories in Apache + PHP bundle be executed?

Greetings!
There is a symlink to a directory at the root of public_html. It contains a photo and a php script. The photo opens, the php script does not. PHP writes in the log that it does not find a file in this directory. The .htaccess is
Options +FollowSymLinks +SymLinksIfOwnerMatch
... does not help.
Apache + Nginx + PHP from VestaCP install
Thank you for your thoughts on this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iolon, 2020-01-17
@iolon

Check if the script has read permissions in the operating system
in Linux: ls -l

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question