Title: efrem191's Replies | WordPress.org

---

# efrem191

  [  ](https://wordpress.org/support/users/efrem191/)

 *   [Profile](https://wordpress.org/support/users/efrem191/)
 *   [Topics Started](https://wordpress.org/support/users/efrem191/topics/)
 *   [Replies Created](https://wordpress.org/support/users/efrem191/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/efrem191/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/efrem191/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/efrem191/engagements/)
 *   [Favorites](https://wordpress.org/support/users/efrem191/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TranslatePress - Translate Multilingual sites with AI Translation] Plugin goes to original language when navigating to a custom page](https://wordpress.org/support/topic/plugin-goes-to-original-language-when-navigating-to-a-custom-page/)
 *  Thread Starter [efrem191](https://wordpress.org/support/users/efrem191/)
 * (@efrem191)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/plugin-goes-to-original-language-when-navigating-to-a-custom-page/#post-17016386)
 * Hello,
 * I found it –>
 * 
   I added this to my .htaccess:
 * 
   RewriteRule ^appointments$ /wp-content/themes/Glamdress/appointments.php [L]
   RewriteRule ^fr/appointments$ /wp-content/themes/Glamdress/appointments.php [
   L]RewriteRule ^nl/appointments$ /wp-content/themes/Glamdress/appointments.php[
   L]RewriteRule ^fr/appointments/$ /fr/appointments [R=301,L]RewriteRule ^nl/appointments/
   $ /nl/appointments [R=301,L]
 * and the href of my button is like this:
 *     ```wp-block-code
       <a style="padding: 15px 18px;" href="<?php echo site_url('appointments'); ?>" class="button-1 mt-20 button-mobile-appointment">manage your appointments<span></span></a>
       ```
   
 * Anyway, thank you for your help and have a good day,
 * Efrem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TranslatePress - Translate Multilingual sites with AI Translation] Plugin goes to original language when navigating to a custom page](https://wordpress.org/support/topic/plugin-goes-to-original-language-when-navigating-to-a-custom-page/)
 *  Thread Starter [efrem191](https://wordpress.org/support/users/efrem191/)
 * (@efrem191)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/plugin-goes-to-original-language-when-navigating-to-a-custom-page/#post-17016269)
 * Hello,
 * I changed my structure to post name, but the thing is that I need to navigate
   to : [https://glamdress.be/wp-content/themes/Glamdress/appointments.php](https://glamdress.be/wp-content/themes/Glamdress/appointments.php)
   when clicking on a button (href).
 * The problem is that then I can’t translate this page and the language is stuck
   on EN, also when I change it to FR or NL for example.
 * Maybe I have to put another “href” that is linked to this button but I don’t 
   know wich link I can set.
 * Could you please help, it would be a pleasure for me.
 * Thank you,
 * Efrem

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