Hello and safe travels for everyone!
I have a standard phplist install which by default installs into a /lists directory beneath the domain root.
It works fine except for one feature which always gives a:
Forbidden You don't have permission to access this resource. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
when running a particularly important feature of phplist.
The error doesn't happen and all works fine if I change the php version to 7.2 in the domain root .htaccess.
But I am using php version 7.3 throughout the server and am forced to downgrade php to 7.2 in order to get this program to play nice.
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php72” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php72.php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
Where in cpanel does one set the actual php version for a web service to use?
I have a standard phplist install which by default installs into a /lists directory beneath the domain root.
It works fine except for one feature which always gives a:
Forbidden You don't have permission to access this resource. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
when running a particularly important feature of phplist.
The error doesn't happen and all works fine if I change the php version to 7.2 in the domain root .htaccess.
But I am using php version 7.3 throughout the server and am forced to downgrade php to 7.2 in order to get this program to play nice.
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php72” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-ea-php72.php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
Where in cpanel does one set the actual php version for a web service to use?
Last edited by a moderator: