Title: Issues after going to HTTPS
Last modified: August 22, 2016

---

# Issues after going to HTTPS

 *  [evolution2](https://wordpress.org/support/users/evolution2/)
 * (@evolution2)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/issues-after-going-to-https/)
 * I had a SSL cert installed on my server and am having a problem with redirecting
   any non-https requests to the secure pages.
 * As an example, if you load this page it is secured as it should be:
 * [https://optimizewise.com/225-increase-in-conversions/](https://optimizewise.com/225-increase-in-conversions/)
 * but what I need is for all requests to be redirected to the https version, which
   is happening on my home page, but not on any pages in a subdirectory like my 
   blog or posts:
 * [http://optimizewise.com/225-increase-in-conversions/](http://optimizewise.com/225-increase-in-conversions/)
 * I’ve tried a variety of ways that are supposed to accomplish this via the htaccess,
   but none are working. My htacess is currently below:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * Help!

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

 *  [shamratdewan](https://wordpress.org/support/users/shamratdewan/)
 * (@shamratdewan)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/issues-after-going-to-https/#post-5792047)
 * you may try this as its working in my site after i mover to https
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       RewriteEngine On
        # This will enable the Rewrite capabilities
   
       RewriteCond %{HTTPS} !=on
        # This checks to make sure the connection is not already HTTPS
   
       RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
       ```
   
 *  Thread Starter [evolution2](https://wordpress.org/support/users/evolution2/)
 * (@evolution2)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/issues-after-going-to-https/#post-5792062)
 * No, that still lets the non-https version load:
 * [http://optimizewise.com/blog/](http://optimizewise.com/blog/)
 *  [berthony33](https://wordpress.org/support/users/berthony33/)
 * (@berthony33)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/issues-after-going-to-https/#post-5792122)
 * Check this guy, he can help you.
    [https://www.fiverr.com/philsony/fix-ssl-issue-on-wordpress](https://www.fiverr.com/philsony/fix-ssl-issue-on-wordpress)
   I had the same issue 4 days ago.
 *  Thread Starter [evolution2](https://wordpress.org/support/users/evolution2/)
 * (@evolution2)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/issues-after-going-to-https/#post-5792132)
 * I JUST had him fix it before you even posted that…he was great and fixed it in
   5 minutes. Thanks!

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

The topic ‘Issues after going to HTTPS’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [evolution2](https://wordpress.org/support/users/evolution2/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/issues-after-going-to-https/#post-5792132)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
