Title: https www
Last modified: June 22, 2019

---

# https www

 *  Resolved [vvt1in](https://wordpress.org/support/users/vvt1in/)
 * (@vvt1in)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/https-www/)
 * Hello there,
 * i am currently using `really-simple-ssl` to use https correctly on my site,
 * but i am having issue on woocommerce and https so i want when user enters :
 * [https://www.site.com](https://www.site.com)
 * to be redirected immediately to
 * [https://site.com](https://site.com) instead , [without www]
 * which currently the browser is keeping the user on [https://www.site.com](https://www.site.com)
 * Thank you!

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

 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/https-www/#post-11662628)
 * Hi [@vvt1in](https://wordpress.org/support/users/vvt1in/),
 * If your site url in settings/general is without www, WordPress will redirect 
   to this URL, so I think your site_url is with www yet.
 * Changing it to non www should resolve your issue.
 * Rogier
 *  Thread Starter [vvt1in](https://wordpress.org/support/users/vvt1in/)
 * (@vvt1in)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/https-www/#post-11662639)
 * hi [@rogierlankhorst](https://wordpress.org/support/users/rogierlankhorst/) ,
   
   thank you for your reply,
 * i have just figured it out i have added on wp-config.php the define siteurl and
   home with HTTP_HOST , which meant the even www recognised correct,
 * define(‘WP_SITEURL’, ‘[https://&#8217](https://&#8217); . $_SERVER[‘HTTP_HOST’].‘/’);
   
   define(‘WP_HOME’, ‘[https://&#8217](https://&#8217); . $_SERVER[‘HTTP_HOST’] .‘/’);
 * I have fixed now with putting the correct domain site on it,
 * thank you very much!

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

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

 * ![](https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720)
 * [Really Simple Security - Simple and Performant Security (formerly Really Simple SSL)](https://wordpress.org/plugins/really-simple-ssl/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-ssl/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-ssl/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-ssl/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-ssl/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-ssl/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [vvt1in](https://wordpress.org/support/users/vvt1in/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/https-www/#post-11662639)
 * Status: resolved