Title: https www not redirecting to https non www
Last modified: January 21, 2024

---

# https www not redirecting to https non www

 *  Resolved [rogueopp](https://wordpress.org/support/users/rogueopp/)
 * (@rogueopp)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/https-www-not-redirecting-to-https-non-www/)
 * I don’t understand why the SSLs created by the plugin don’t include www as well
   as non www. It seems to be causing some big issues. If someone types in the [http://www.divinebodybyemma.com](http://www.divinebodybyemma.com)
   it redirects as well as there is no https but if it’s auto added by say facebook
   it comes up with a warning that it’s not secure or that hsts is enabled and it
   can’t. I turned it off still same error and I opened in private window to avoid
   caching throwing a false page. 
   BTW the www wasn’t redirecting at all until I
   added code to Htaccess.
 * RewriteEngine On
   RewriteCond %{HTTP_HOST} ^www.divinebodybyemma.com [NC]RewriteRule
   ^(.*)$ [http://divinebodybyemma.com/$1](http://divinebodybyemma.com/$1) [L,R=
   301]
 * I had to replace the rule that was in there originally because it wasn’t working
   at all.
   SimpleSSL was a pain but at least their SSLs have the www included.
    -  This topic was modified 2 years, 4 months ago by [rogueopp](https://wordpress.org/support/users/rogueopp/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhttps-www-not-redirecting-to-https-non-www%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [rogueopp](https://wordpress.org/support/users/rogueopp/)
 * (@rogueopp)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/https-www-not-redirecting-to-https-non-www/#post-17360916)
 * I created a new SSL with the www and it is now fixed. They really need to add
   www to their create setup
 *  Plugin Author [Alexandru Tapuleasa](https://wordpress.org/support/users/talextech/)
 * (@talextech)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/https-www-not-redirecting-to-https-non-www/#post-17361697)
 * Hi,
 * Sorry about the issues but this forum is only for the free version, certificate
   generation is a PRO feature so if you have any other issues with PRO please contact
   us through the website.
 * The certificate is only generated for the current website domain. [http://www.divinebodybyemma.com](http://www.divinebodybyemma.com)
   is a subdomain of divinebodybyemma.com just like abc.divinebodybyemma.com so 
   you should only be using one, either www or non-www and redirect the other like
   you are doing now.

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

The topic ‘https www not redirecting to https non www’ is closed to new replies.

 * ![](https://ps.w.org/wp-force-ssl/assets/icon-256x256.png?rev=2649905)
 * [WP Force SSL & HTTPS SSL Redirect](https://wordpress.org/plugins/wp-force-ssl/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-force-ssl/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-force-ssl/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-force-ssl/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-force-ssl/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-force-ssl/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Alexandru Tapuleasa](https://wordpress.org/support/users/talextech/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/https-www-not-redirecting-to-https-non-www/#post-17361697)
 * Status: resolved