Additional folders and HTTPs
-
I noticed that only specific folders are applied using this feature and some additional folders are not, I have few questions;
1. How can I add additional folders to the logic for the domain sharding functionality?
/wp-content/plugins/
/wp-includes/js/
/wp-content/uploads/
The folders above for some reason are not part of the sharding2. When forcing HTTPs, how can I avoid the rewrite rule to rewrite back to www for HTTPs?
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Basically, I would like to have the following logic;
Rewrite HTTP to HTTPs
Keep the same sub-domain (will have multiple sub-domains)Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Additional folders and HTTPs’ is closed to new replies.