• Resolved netreneris

    (@netreneris)


    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]

Viewing 1 replies (of 1 total)
  • Plugin Author Mark

    (@markwolters)

    Hi @netreneris,

    your site is redirecting to https:// perfectly fine, this indicates the redirect has been set correctly.

    Let me know if you have any other questions.

Viewing 1 replies (of 1 total)

The topic ‘htasccess settings’ is closed to new replies.