Anthony Attard
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] ”Link” express checkoutBumping this, would be a valuable feature.
- This reply was modified 1 year, 2 months ago by Anthony Attard.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Error: Bad Request(invalid_grant)Reauthenticate with Google. For some reason the connection was removed and simply needs to be redone.
Thanks. I will leave my setup as is.
It added only the following comment.
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.3.6] # END rlrssslReallySimpleSSLAs soon as I activated the W3 Total Cache plugin I got a server error showing the splash page of my web host, due to an invalid .htaccess file.
I got it to work by adding this to the .htaccess (from your website)
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.3.6] <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] </IfModule> <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{SERVER_PORT} !443 RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] </IfModule> # END rlrssslReallySimpleSSLThanks for the quick response, it seems you have already fixed the issue. Is my new code equivalent or better than the internal WordPress redirect or should I delete it and use the updated internal WordPress redirect method?
Viewing 4 replies - 1 through 4 (of 4 total)