Title: Url problem
Last modified: July 25, 2024

---

# Url problem

 *  Resolved [Allpinguins](https://wordpress.org/support/users/takisping/)
 * (@takisping)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/url-problem-46/)
 * Dear friends we use your plugin….
 * But we get an error “Page not found” when we regenarate affiliate links….
   For
   an example this the [right link](https://lion.supply/shop/%cf%87%cf%81%cf%8e%ce%bc%ce%b1%cf%84%ce%b1/%ce%b1%ce%ba%cf%81%cf%85%ce%bb%ce%b9%ce%ba%cf%8c-%ce%b3%cf%85%ce%b1%ce%bb%ce%b9%cf%83%cf%84%ce%b5%cf%81%cf%8c-%cf%87%cf%81%cf%8e%ce%bc%ce%b1-%ce%bc%cf%89%ce%b2-vg050/)
 * And we [get this link](https://lion.supply/shop//----vg050/?ref=322)
 * We did save the permalinks many times…..

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

 *  [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * (@juaancmendez)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/url-problem-46/#post-17915307)
 * Hello there,
   thanks for contacting us!
 * Please try adding the following code in the **_functions.php_** file of your 
   active theme and check if it solves the problem:
 *     ```wp-block-code
       if ( ! function_exists( 'get_referral_url_custom' ) ) {    function get_referral_url_custom( $url, $ref_name, $token, $base_url ) {       if( isset( $_REQUEST['base'] ) ) {          $url = $_REQUEST['base'] . "?" . $ref_name . "=" . $token;      }      return $url;    }    add_filter( 'yith_wcaf_get_referral_url','get_referral_url_custom', 10, 4 );}
       ```
   
 * Please let me know.
 * Best regards.
 *  Thread Starter [Allpinguins](https://wordpress.org/support/users/takisping/)
 * (@takisping)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/url-problem-46/#post-17915886)
 * Works great! Thanks!

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

The topic ‘Url problem’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-affiliates/assets/icon.svg?rev=3053144)
 * [YITH WooCommerce Affiliates](https://wordpress.org/plugins/yith-woocommerce-affiliates/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-affiliates/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-affiliates/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-affiliates/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-affiliates/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-affiliates/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Allpinguins](https://wordpress.org/support/users/takisping/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/url-problem-46/#post-17915886)
 * Status: resolved