two htaccess files
-
Since the update to ReallySimpleSSL 2.3.10, I am seeing the error message “Your .htaccess does not contain the Really Simple SSL redirect to https, and could not be written, so a javascript redirect is currently added.”
My WordPress installation is in a subdirectory, not the root.
In General Settings, the WordPress Address (URL) is the directory where WordPress components are installed
The Site Address (URL) is the root directory of my website.The main (root) directory contains a large .htaccess file which includes the following lines:
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.3.10] # END rlrssslReallySimpleSSL
The WordPress directory contains a small .htaccess file which contains this:
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.2.20] # END rlrssslReallySimpleSSL
Both htaccess files have permissions 644.
Debug log contents:
** Really Simple SSL debug mode ** ** Detecting configuration ** plugin version: 2.3.10 Already on SSL, start detecting configuration No server variable detected ssl type: LOADBALANCER ** Configuring SSL ** testing htaccess rules... htaccess rules test failed with error: CURLE_FAILED_INIT wp config jetpack fix already in place checking if .htaccess can or should be edited... settings page, per site activation or hsts option change, updating htaccess... converting siteurl and homeurl to https
Before I edit htaccess by hand, can you explain what’s going on?
- The topic ‘two htaccess files’ is closed to new replies.