Title: Problem with WPML
Last modified: August 20, 2016

---

# Problem with WPML

 *  Resolved [justmattb](https://wordpress.org/support/users/mwbarker/)
 * (@mwbarker)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wpml-1/)
 * I am using the WPML plugin (for translations). Something is preventing me from
   doing the translation by clicking the normal link to do it. I have tried adding
   this:
 *     ```
       RewriteCond %{REQUEST_URI} ^/wp-admin/admin.php?page=wpml-translation-management/ [NC]
       RewriteRule . - [S=2]
       ```
   
 * but that doesn’t seem to help. This is what the URL looks like that I am trying
   to go to:
 * mysite.com/wp-admin/admin.php?page=wpml-translation-management/menu/translations-
   queue.php&icl_tm_action=create_job&iclpost[]=933&translate_to[de]=1&iclnonce=
   9b2aebd112
 * Any ideas?
 * WP Version: 3.4.2
    BulletProof Security Version: .47.6 (wasn’t sure about updating
   until after I upgrade to WP 3.5)
 * [http://wordpress.org/extend/plugins/bulletproof-security/](http://wordpress.org/extend/plugins/bulletproof-security/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [justmattb](https://wordpress.org/support/users/mwbarker/)
 * (@mwbarker)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wpml-1/#post-3271775)
 * Looks like I got it figured out by adding this in the wp-admin/.htaccess file:
 *     ```
       #For WPML Translations
       RewriteCond %{QUERY_STRING} page=wpml-translation-management/menu/translations-queue.php(.*) [NC]
       RewriteRule . - [S=2]
       ```
   
 * Does that seem about right?
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wpml-1/#post-3271790)
 * Yep you got it right! Looks good to me. Well done.
 *  Plugin Author [AITpro](https://wordpress.org/support/users/aitpro/)
 * (@aitpro)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wpml-1/#post-3271791)
 * And actually you should upgrade to BPS .47.7 before you upgrade to WP 3.5. There
   is bug fix in .47.7 for WP 3.5. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem with WPML’ is closed to new replies.

 * ![](https://ps.w.org/bulletproof-security/assets/icon-128x128.png?rev=1731938)
 * [BulletProof Security](https://wordpress.org/plugins/bulletproof-security/)
 * [Support Threads](https://wordpress.org/support/plugin/bulletproof-security/)
 * [Active Topics](https://wordpress.org/support/plugin/bulletproof-security/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bulletproof-security/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bulletproof-security/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [AITpro](https://wordpress.org/support/users/aitpro/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/problem-with-wpml-1/#post-3271791)
 * Status: resolved