Cannot get SSL/https to work properly on site
-
I have existing WordPress website that has been up and running for over a year with a SHOPP shopping cart connected to PayPal. Everything was working properly. Client decided to switch to payment gateway for internal credit card processing. I switched them to a dedicated IP, purchased and installed SSL on domain, purchased and installed gateway plugin.
I edited htaccess file as follows:
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L] </IfModule>
and wp-config file:
define('FORCE_SSL_ADMIN', true);
I also edited the general settings in WP admin so that WP URL and site URL are set to https://domain.com
results:
All the CSS on the site is broken.
Cannot get into WP Admin. Getting the “too many redirects”I log in to PHPmyAdmin and change site URL back to http so that I can access WP admin panel and change settings back to http
So at this point the pages are trying to load htpps but with mixed content errors. The order form in SHOPP will not load at all. I get a “cannot load web page” error in Chrome.
I have since reset the wp-config file back to original form as well as the htaccess file just so the site looks normal while I try to figure this out.
I need an SSL/https expert on this. PLEEESE help!!
thank you!
- The topic ‘Cannot get SSL/https to work properly on site’ is closed to new replies.