Error: The uploaded file exceeds the upload_max_filesize directive in php.ini.
Solusi :
silahkan copy and paste berikut ini pada file .htaccess file
########
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 500
php_value max_input_time 500
#########
example :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /cimory/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /cimory/index.php [L]
########
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 500
php_value max_input_time 500
#########
</IfModule>
# END WordPress
0 Response to "Solusi Error: The uploaded file exceeds the upload_max_filesize directive in php.ini. pada wordpress"
Post a Comment