Lockout of website after forcing SSL with plugin
-
Hi there,
I installed the Reallt Simple SSL plugin and forced it. I thought the SSL certificate was already activated.
Result: the website is without CSS (ipo.leitat.org) and I cannot access the backend.
The htaccess file is clean:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # BEGIN GZIP <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript </ifmodule> # END GZIPI added this to the beginnon of the wp-config.php:
<?php /** Enable W3 Total Cache */ define('WP_CACHE', true); // Added by W3 Total Cache define('WP_HOME','http://ipo.leitat.org'); define('WP_SITEURL','http://ipo.leitat.org');And I added this to the beginning of the functions.php:
<?php 'update_option('siteurl','http://ipo.leitat.org');' 'update_home('home','http://ipo.leitat.org');' /*Thanks!!!
-
The site you are asking about does not seem to be hosted on WordPress.COM so you need to make friends over at WordPress.ORG the keepers of the software you are using.
This site is for support of sites hosted on WordPress.COM. You should address your questions to WordPress.ORG the keepers of the software you are using: http://wordpress.org/support/
The forum at WordPress.ORG is not connected to WordPress.COM so you will need to open an account at .ORG if you do not already have one. You may use the same email at WordPress.ORG as you do at WordPress.COM.
For more on the difference: http://support.wordpress.com/com-vs-org/
- The topic ‘Lockout of website after forcing SSL with plugin’ is closed to new replies.