HTTPS / SSL
-
Hi,
So i am running an e-commerse site using WordPress and have recently signed up for an EV SSL Certificate. I got the Certificate installed and to my knowledge it is working properly. The EV SSL has the “green bar” so that when you go to a site with one your address bar changes.
Well my site (http://at-riskyouth.org) needs to be changed to the ‘secure’ site url (https://at-riskyouth.org). If you take a look at the ‘secure’ site, you will notice that the “green bar” is active.
Ideally, i would like to move my entire site over to the ‘secure’ site that has the EV SSL active. I have tried using Force SSL and HTTPS for WordPress plugins and have had no luck. Also tried changing the .htmaccess file to:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://at-riskyouth.org/$1 [R,L] </IfModule> # END WordPressAny ideas?
The topic ‘HTTPS / SSL’ is closed to new replies.