Edge_jr Posted August 19, 2022 Share Posted August 19, 2022 I want to set some values in php.ini file like memory limit , post max size etc Any idea how to do it. Link to comment Share on other sites More sharing options...
Zohaib-fk Posted August 20, 2022 Share Posted August 20, 2022 Hi, You can use the below code in the htaccess file. Please change values as per your server PHP configuration values. php_value upload_max_filesize 512M php_value post_max_size 512M php_value memory_limit 1024M php_value max_input_time 18000 php_value max_execution_time 1800 Link to comment Share on other sites More sharing options...
Edge_jr Posted August 23, 2022 Author Share Posted August 23, 2022 Thanks Zohaib. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now