How to raise the PHP memory limit, upload limit, or script execution time limit within the .htaccess file

H

How Can We Help?

How to raise the PHP memory limit, upload limit, or script execution time limit within the .htaccess file

Open your .htaccess file and add the line below to it

php_value memory_limit 40M

This will increase the PHP memory limit, if the altering of the .htaccess file is allowed

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me