Title: HTTPS different Site Address (URL)
Last modified: August 30, 2016

---

# HTTPS different Site Address (URL)

 *  Resolved [OviLiz](https://wordpress.org/support/users/ovib/)
 * (@ovib)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/https-different-site-address-url/)
 * I have a HTTPS blog with the **WordPress Address (URL)** like [https://blog.mydomain.com](https://blog.mydomain.com)
   while I have changed the **Site Address (URL)** is [https://mydomain.com/blog](https://mydomain.com/blog)
 * Is everything ok, but I want to force accessing only through HTTPS, so avoid 
   HTTP.
 * I have found this on your forum:
 *     ```
       # WP REWRITE LOOP START
       RewriteEngine On
       RewriteBase /
       RewriteCond %{HTTPS} !=on
       RewriteCond %{SERVER_PORT} ^80
       RewriteRule (.*) %[HOST]%{REQUEST_URI} [R,L]
       RewriteRule ^index\.php$ - [L]
       ```
   
 * But using it the URL address become [https://blog.mydomain.com/blog](https://blog.mydomain.com/blog)
 * Is there any way to avoid that?
 * PS. I’m not receiving your forum registration email (already checked Gmail spam,
   tried twice etc.).
 * [https://wordpress.org/plugins/wordfence/](https://wordpress.org/plugins/wordfence/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [OviLiz](https://wordpress.org/support/users/ovib/)
 * (@ovib)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/https-different-site-address-url/#post-6618739)
 * Sorry but I posted in the wrong plugin support…

Viewing 1 replies (of 1 total)

The topic ‘HTTPS different Site Address (URL)’ is closed to new replies.

 * ![](https://ps.w.org/wordfence/assets/icon.svg?rev=2070865)
 * [Wordfence Security - Firewall, Malware Scan, and Login Security](https://wordpress.org/plugins/wordfence/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordfence/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordfence/)
 * [Active Topics](https://wordpress.org/support/plugin/wordfence/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordfence/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordfence/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [OviLiz](https://wordpress.org/support/users/ovib/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/https-different-site-address-url/#post-6618739)
 * Status: resolved