P粉7617185462023-08-26 12:57:39
AddHandler application/x-httpd-ea-php81___lsphp .php .php8 .phtml .htm Please keep the html code and no need to add new content
P粉3005417982023-08-26 10:24:01
403 Forbidden errors are mainly caused by your error handler code.
Try using the following code, it should work fine.
AddHandler application/x-httpd-php81 .php
Or use the following code
AddHandler application/x-httpd-alt-php81___lsphp .php
If this is useful to you, please let me know in the comments.