Title: How to except
Last modified: August 31, 2016

---

# How to except

 *  [fahmi](https://wordpress.org/support/users/mfahmi182/)
 * (@mfahmi182)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-except/)
 * Hi, how to except certain page/post
 * i need the url with https:// for validity google AMP
 * example:
 * src=//cdn.ampproject.org/v0.js
 * what i need is:
 * src=https://cdn.ampproject.org/v0.js
 * how to except and custom for certain page using only HTTPS, not “//”
 * Thanks.
 * [https://wordpress.org/plugins/ssl-insecure-content-fixer/](https://wordpress.org/plugins/ssl-insecure-content-fixer/)

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

 *  Plugin Author [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-except/#post-7047843)
 * G’day mfahmi182,
 * My plugin doesn’t do anything per-page. However:
 * Whatever you’re using to add that URL is dropping the https:, not this plugin.
   You will need to fix that at the source — whatever is adding that URL.
 * FWIW, removing the protocol isn’t required for scripts and stylesheets that are
   available on https, because the scripts will load just fine from https on an 
   http page. It’s better to just use the https: protocol and let the browser cache
   the resource, no matter whether its called from an http or https page.
 * cheers,
    Ross
 *  Thread Starter [fahmi](https://wordpress.org/support/users/mfahmi182/)
 * (@mfahmi182)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-except/#post-7047857)
 * Thanks webaware,
 * here’s default AMP plugin,
 *     ```
       <html amp>
       <head>
       	<meta charset="utf-8">
       	<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">
       	<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic|Open+Sans:400,700,400italic,700italic">
       	<?php do_action( 'amp_post_template_head', $this ); ?>
       	<style>body {opacity: 0}</style><noscript><style>body {opacity: 1}</style></noscript>
       	<?php $this->load_parts( array( 'style' ) ); ?>
       <script>
       ```
   
 * i mean, i want to full display with protocols https, not “//”
 *  Plugin Author [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-except/#post-7047862)
 * You’ll need to speak to the AMP Plugin authors, because the bit removing https:
   is within the plugin.
 * cheers,
    Ross
 *  Thread Starter [fahmi](https://wordpress.org/support/users/mfahmi182/)
 * (@mfahmi182)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-except/#post-7047864)
 * i mean, there is a way to except certain page/post to display full https? on 
   script and style
 * Thanks friend 🙂
 *  Plugin Author [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-except/#post-7047868)
 * My plugin doesn’t do that. All that my plugin does is change ‘http:’ to ‘https:’
   where it safely can, on all pages loaded on HTTPS. It doesn’t remove ‘http:’,
   and it doesn’t add back ‘https:’ where the URL only starts with ‘//’
 * You could write a little custom code that does that, if you need it. Better would
   be to fix the problem at the source, e.g. the plugins you run.
 * cheers,
    Ross

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

The topic ‘How to except’ is closed to new replies.

 * ![](https://ps.w.org/ssl-insecure-content-fixer/assets/icon-256x256.png?rev=2590634)
 * [SSL Insecure Content Fixer](https://wordpress.org/plugins/ssl-insecure-content-fixer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ssl-insecure-content-fixer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/)
 * [Active Topics](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [webaware](https://wordpress.org/support/users/webaware/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-except/#post-7047868)
 * Status: not resolved