Web Dev
How To Change PHP Configurations in Bitnami and Make Them To Take Effects
Recently, I had to change the value of max_input_vars in php settings due to a requirement from a WordPress plugin. My site is running on EC2 server, installed by bitnami. Followed by the instructions, I went to /opt/bitnami/php/etc and edit the file php.ini. I successfully located the line max_input_vars. Sure enough, that line was commented […]