Thread Starter
wp-dq
(@wp-dq)
Thanks Alessandro – that fixed it.
However shortly after I started getting 500 Internal Server Errors which I *think* the Ceceppa plugin may have caused. The problem was the .htaccess file which I have pasted to the bottom of this post.
I can’t remember if this happened straight after upgrading to 1.4.19 to be honest, but the plugin seemed to have become confused. Before finding the htaccess issue, I deactivated then reactivated it and it came back with two english languages plus one french, instead of 1xEn + 1xFr…
As I say, I fixed the htaccess but include this info fyi.
Dave
broken .htaccess :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /fr/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /fr/index.php [L]
</IfModule>
# END WordPress
# BEGIN wtwp_cache
# END wtwp_cache
# BEGIN wtwp_security
# END wtwp_security