htasccess settings
-
Hello, I’m getting this error in SSL plugin dashboard “The htaccess.conf (/conf/htaccess.conf/) file is not writable. You can either use the WordPress redirect, add the rules manually, or set the file to writable. More info or dismiss”, but when I checked page in https://www.redirect-checker.org/index.php, everything seems fine. But anyway, I wanted to ask you is everything ok.
I edited htasccess file manually with your recommendations: https://really-simple-ssl.com/knowledge-base/manually-insert-htaccess-redirect-http-to-https/ so the file itself looks like that
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{HTTP:CF-Visitor} ‘”scheme”:”http”‘
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{SERVER_PORT} !443
RewriteCond %{HTTPS} !=on [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>The page I need help with: [log in to see the link]
The topic ‘htasccess settings’ is closed to new replies.