I am using the code in .htaccess files like this:
<Directory "/home/star/public_html/test">
AllowOverride All
Options None
Order allow,deny
Allow from all
</Directory>
php_value upload_max_filesize 32M
It is giving the Internal Server Error. Can any one help me to correct it.
Thanks in advance
If you are running PHP in "CGI mode" and not as an Apache module, then using php_value
as such will throw that "Internal Server Error". In such case, set upload_max_filesize
in php.ini
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With