我已经在我的 wp 网站上安装了 wpml,并且加载速度很慢,因为该网站加载了两次,如您在此处看到的:http ://tools.pingdom.com/fpt/#!/b1sJnW/www.lasit.it
我的 .htaccess 是这样的:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>