You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting these settings in your engineblock.ini has the advantage of making your application more portable and less dependant on (global for all applications) system configuration.
2. In Apache Virtual Host or .htaccess
If you are running PHP as an Apache module you can use the special Apache directives.
Find out more at php.net.
3. In configuration file
Generally found in /etc/php.ini the system global configuration for PHP allows you to set any available INI setting.
Do note that this is global for all hosted applications and that you will need the appropriate (root) rights.