Hello.
I'm attempting a very simple configuration of a php-enabled subdirectory:
example.com/s3
the directory is owned by the user nobody:nobody and can be read by the server.
when I attempt to reach the example.com/s3/index.php I get the following error:
403 Forbidden
Access to this resource on the server is denied!
I'm using the PHP_suEXEC template. Using as domain of the virtual host member: example.com/s3
and as VH root: /var/www/html/example.com/s3
What am I missing?
Thanks in advance.
I'm attempting a very simple configuration of a php-enabled subdirectory:
example.com/s3
the directory is owned by the user nobody:nobody and can be read by the server.
when I attempt to reach the example.com/s3/index.php I get the following error:
403 Forbidden
Access to this resource on the server is denied!
I'm using the PHP_suEXEC template. Using as domain of the virtual host member: example.com/s3
and as VH root: /var/www/html/example.com/s3
What am I missing?
Thanks in advance.