HTTPS different Site Address (URL)
-
I have a HTTPS blog with the WordPress Address (URL) like https://blog.mydomain.com while I have changed the Site Address (URL) is 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
Is there any way to avoid that?
PS. I’m not receiving your forum registration email (already checked Gmail spam, tried twice etc.).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘HTTPS different Site Address (URL)’ is closed to new replies.