Increase your php limits

If you get a error php on your screen while working on your website change the following limit by editing the php.ini file found in your root folder. can be changed to 1G

magic_quotes_gpc = Off
register_globals = Off
default_charset = UTF-8
memory_limit = 64M
max_execution_time = 36000
upload_max_filesize = 999M
safe_mode = Off
mysql.connect_timeout = 20
session.auto_start = Off
session.use_only_cookies = On
session.use_cookies = On
session.use_trans_sid = Off
session.cookie_httponly = On
session.gc_maxlifetime = 3600
allow_url_fopen = On
;display_errors = 1
;error_reporting = E_ALL

  • php, error, limit
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Tell the 'Robots' where to go

Create a blank txt file and place in your root folder, and paste the following in that file. thi...

Submit site to Search Engines

It would be great if the search engines found and read your website themselves, however they...

forward http TO Https

Edit to add the following to your htaccess file found in root folder. RewriteCond %{HTTP_HOST}...

Add OG scripts for sharing your website

Edit and paste the following into your site common header on your site.<!-- SEO Product...

Adding Structured script - Business

edit and paste in to each page. This is what google will read about that page concerning your...