Hi,
I do not manage, probably because I don’t write the code at the right place could you help ?
Here is the initial code found in .htaccess file:
# BEGIN WordPress
 <IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteBase /
 RewriteRule ^index\.php$ – [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule . /index.php [L]
 </IfModule>
# END WordPress
Where and with which </> should I add the code:
php_value post_max_size 64M
php_value upload_max_filesize 64M
php_value memory_limit 64M
php_value max_execution_time 259200
php_value max_input_time 259200Thanks a lot
Hi,
I do not manage, probably because I don’t write the code at the right place could you help ?
Here is the initial code found in .htaccess file:
# BEGIN WordPress
 <IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteBase /
 RewriteRule ^index\.php$ – [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule . /index.php [L]
 </IfModule>
# END WordPress
Where and with which </> should I add the code:
php_value post_max_size 64M
php_value upload_max_filesize 64M
php_value memory_limit 64M
php_value max_execution_time 259200
php_value max_input_time 259200Thanks a lot