Hey Alain i did like you said and it's working, i'm just curious if it's good to add value in .htaccess file like this:
# 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>
# Use PHP 5.3
AddType application/x-httpd-php53 .php
# END WordPress
Or should i add it outside this code?
# BEGIN WordPress
# END WordPress
ABove # BEGIN WordPress there is a huge code from yoast seo plugin.