Hi
If you have not access to the php.ini file, you can change the values in the .htaccess file located in the root of your site.
See this link
http://davidwalsh.name/php-values-htaccess
kengrayfield
Wed, 06/25/2014 - 13:17
Thanks for the replies! I
Thanks for the replies! I just checked with my hosting company, and because I am on a shared host, I will no have access to php.ini.
I tried to change the .htaccess and it seems to only break my site. I did some research, and found that because my server is fastCGI, I will not be able to use .htaccess to change the max file size and post size .... any further help will be greatly appreciated!
cogicube
Wed, 06/25/2014 - 13:35
It's not a good pactice but
It's not a good pactice but you can modify the index.php and just after the php tag (<?php) insert the function ini_set.
For the syntax, take a look here:
http://www.php.net/manual/en/function.ini-set.php
Hi kengrayfield,
Hi kengrayfield,
You should check your php maximum post and file upload size in your php.ini
Best regards
In reply to Hi kengrayfield, by James Aparicio
no luck
Take a look at
Take a look at
http://www.howtoforge.com/how-to-specify-a-custom-php.ini-for-a-website-apache2-with-mod_php
Best regards
In reply to no luck by kengrayfield
other link
Thanks for the replies! I
It's not a good pactice but
In reply to It's not a good pactice but by cogicube
Thanks for the help! I will