Fresh install
-
Hi,
A silly question maybe.
I have https://www.example.com –Used to run prestashop
https://www.example.com/blog —runs wordpress and your plugin for SSL implementation.I used your plugin when I first implemented SSL in my websites. I used to run non-https and after installing the SSL used your plugin to convert.
Presently, I deleted prestashop and installed a fresh copy of wordpress instead. I noticed that the green padlock is coming and since day 1, the site url and address are already https inclusive in the dashboard settings.
Hence, the question,
What is the functionality of your plugin for a fresh copy of wordpress which is already showing a green bar?
To be honest, without thinking about this plugin I added some .htaccess rules which does 301 redirect from http to https and form non-www to www.
Hence everything is a 301 to https://www.example.com
Hence, I was afraid if I install your plugin, it might conflict with the rules.
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_HOST} ^example\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.example\.com$
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]RewriteEngine On
RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]Header set Content-Security-Policy: upgrade-insecure-requests
Do you see any conflict if I activate your plugin and if not, what added benefit will it bring? (Maybe help with mixed content)
Sorry if this is a noob question.
Thank you in advance.
Best,
Pri
- The topic ‘Fresh install’ is closed to new replies.