Title: Changing cache URL to https
Last modified: November 17, 2017

---

# Changing cache URL to https

 *  Resolved [Ambyomoron](https://wordpress.org/support/users/josiah-s-carberry/)
 * (@josiah-s-carberry)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/changing-cache-url-to-https/)
 * I note that the cache URL is shown in the settings as [http://www.mysite.com/wp-content/uploads/gravatar-cache/](http://www.mysite.com/wp-content/uploads/gravatar-cache/)
 * Certain gravatars are thus displayed using http, whereas the site as a whole 
   uses https. How can I change the cache URL to use https ?

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

 *  Plugin Author [Harry Milatz](https://wordpress.org/support/users/harry-milatz/)
 * (@harry-milatz)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/changing-cache-url-to-https/#post-9695319)
 * Hi Josiah,
 * the plugin should do this automatically if your settings for https are correct
   in the options from WP and in the htaccess is something like
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteCond %{HTTPS} off
       RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
   
       or
   
       RewriteRule ^(.*)$ https://www.yourdomain.domain/? [R=301,L]
       </IfModule>
       ```
   
 * Can you give me an URL to take a look?
 * Best regards,
    Harry
 *  Thread Starter [Ambyomoron](https://wordpress.org/support/users/josiah-s-carberry/)
 * (@josiah-s-carberry)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/changing-cache-url-to-https/#post-9695377)
 * OK, thanks. I found the problem. It was an error in the wordpress config.
 *  Plugin Author [Harry Milatz](https://wordpress.org/support/users/harry-milatz/)
 * (@harry-milatz)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/changing-cache-url-to-https/#post-9697500)
 * I am glad that you was able to solve this:)

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

The topic ‘Changing cache URL to https’ is closed to new replies.

 * ![](https://ps.w.org/harrys-gravatar-cache/assets/icon-256x256.png?rev=1495314)
 * [Harrys Gravatar Cache](https://wordpress.org/plugins/harrys-gravatar-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/harrys-gravatar-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/harrys-gravatar-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/harrys-gravatar-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/harrys-gravatar-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/harrys-gravatar-cache/reviews/)

## Tags

 * [HTTPS](https://wordpress.org/support/topic-tag/https/)

 * 3 replies
 * 2 participants
 * Last reply from: [Harry Milatz](https://wordpress.org/support/users/harry-milatz/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/changing-cache-url-to-https/#post-9697500)
 * Status: resolved