Php_value auto_append_file Not working

https://bloxcaster.cf

(please specify the website or account you are asking about)
There is no error message displayed

When I use php_value auto_append_file, It’s not working. It did not include a file.

You can’t change most PHP settings through .htaccess rules on our hosting. Only a very small number of settings are configurable, most notably the display_errors settings.

The auto_append_file setting is blocked, which means you can’t use it here. If you need to include a PHP file, you’ll have to do it the old fashioned way by just adding require directives to your code.

2 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.