Did you know that you can set php.ini values right inside the .htaccess file?
You can do so by adding lines like these:
#format php_value setting_name setting_value #example php_value upload_max_filesize 128M
Did you know that you can set php.ini values right inside the .htaccess file?
You can do so by adding lines like these:
#format php_value setting_name setting_value #example php_value upload_max_filesize 128M
1 Comment
BTW, this works only if php works as apache module. And it does not work if php is run as CGI.