.Htaccess settings to increases the memory limit of php and html files.


/ Published in: Apache
Save to your folder(s)

Increases the memory limit of php and html files.


Copy this code and paste it in your HTML
  1. <FilesMatch "\.(php|html?)$">
  2. php_value memory_limit 96M
  3. </FilesMatch>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.