Hi
With latest update of WPML, there is an issue caused by “Hide My WP”, every time I save a post or when something is updated; I got a 500 error : request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’)
Caused by the .htaccess , every time the plugin rewrite urls in the this file it add the language prefix to the real path … so it brook the whole website until I re-save settings from the Hide My WP!! every time it happens I should save setting to fix it temporarly!!!
It rewrite now all the renamed plugins like this :
….
RewriteRule ^modules/e4697735/(.*) /fr/wp-content/plugins/akismet/$1?Ajd_hide_my_wp=1234 [QSA,L]
….
so you can figure that the language prefix “fr” is added to all the plugin paths, please make an update that fix WPML issues!
Thanks