Title: How to turn masked links into https?
Last modified: August 22, 2016

---

# How to turn masked links into https?

 *  Resolved [twitah](https://wordpress.org/support/users/twitah/)
 * (@twitah)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-turn-masked-links-into-https/)
 * How to turn my masked http links into https?
 * For example:
    My masked link: **http**://mysite.com/redirect/http://google.com
   What i want: **https**://mysite.com/redirect/http://google.com
 * [https://wordpress.org/plugins/wp-noexternallinks/](https://wordpress.org/plugins/wp-noexternallinks/)

Viewing 1 replies (of 1 total)

 *  [Jehy](https://wordpress.org/support/users/jehy/)
 * (@jehy)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-turn-masked-links-into-https/#post-5890031)
 * Hello. To make redirect URL, plugin uses wordpress site url option:
 *     ```
       $site=get_option('home');
           if(!$site)
             $site=get_option('siteurl');
       ```
   
 * So, if https is specified in your blog settings, plugin will use https.

Viewing 1 replies (of 1 total)

The topic ‘How to turn masked links into https?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-noexternallinks.svg)
 * [WP No External Links](https://wordpress.org/plugins/wp-noexternallinks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-noexternallinks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-noexternallinks/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-noexternallinks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-noexternallinks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-noexternallinks/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jehy](https://wordpress.org/support/users/jehy/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-turn-masked-links-into-https/#post-5890031)
 * Status: resolved