Title: Permalink on https site
Last modified: August 20, 2016

---

# Permalink on https site

 *  [RoarinRow](https://wordpress.org/support/users/roarinrow/)
 * (@roarinrow)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/permalink-on-https-site/)
 * On my [https://mysite.com](https://mysite.com) my Permalink is set to this:
 * **https**://mysite.com/2012/10/23/sample-post/
 * However, when I create or edit a post the Permalink is set as:
 * **http**://mysite.com/2012/10/23/sample-post/
 * Why doesn’t my Permalink setting match the Permalink URL in a post?
 * This is what is in my .htaccess file:
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On
 * RewriteCond %{SERVER_PORT} !^443$
    RewriteCond %{REQUEST_URI} /stats$ RewriteRule(.*)
   [https://%](https://%){HTTP_HOST}%{REQUEST_URI} [R,L]
 * RewriteBase /
 * RewriteRule ^index\.php$ – [L]
 * RewriteCond %{REQUEST_FILENAME} !-f
 * RewriteCond %{REQUEST_FILENAME} !-d
 * RewriteRule . /index.php [L]
 * </IfModule>
 * # END WordPress
 * The permissions are set at 604. I tried changing this to 777 for the heck of 
   it and that did not work either.
 * Any suggestions to make my Permalink in my post to have a https: URL instead 
   of http?

The topic ‘Permalink on https site’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [RoarinRow](https://wordpress.org/support/users/roarinrow/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/permalink-on-https-site/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
