Currently, when I add the following line to my .htaccess file:
AddType application/x-httpd-php83 .php
I receive the following error:
Fatal error: Failed opening required '/usr/home/LOGIN/domains/DOMAIN/public_html/index.php' (include_path='.:/usr/local/share/pear') in Unknown on line 0
However, when I use PHP 8.2 (AddType application/x-httpd-php82 .php) or remove the .htaccess file entirely, the site functions normally without any errors.
How can I use PHP 8.3?