bigt11
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailster AmazonSES Integration] Change SMPT Port for SESso to verify, when i am in the amazon SES tab, and choose “send via” web api, I am not given an option to select tls or ssl. if I click the drop down and choose SMTP api I then see an option to choose connection.
When I choose web api (curently default), it only shows Amazon AWS Access Key and Amazon AWS Secret Key, but when I do a send test email built into the delivery tab, when I receive the test email, in that email, it says “smtp_port 25”.
Question – Is that smtp_port not related to SES and just related to the generic mailster settings that the SES plugin is not using that?
Question – the test email says amazonses_secure tls. So does that mean it is using port 587 even though the test email says “smtp_port 25”
Forum: Plugins
In reply to: [Patreon WordPress] Creator Access Token Refresh Automatically?I would like it to be automated and not have to interact with it. I know you are going to remove it, but after you do I will probably automate it on my end for my site.
Can you confirm that these 2 functions are the main drivers for refreshing the creator access token.
in patreon_wordpress.php
check_creator_token_expiration() refresh_creator_access_token()and gets ran via
add_action( 'init', array( $this, 'check_creator_token_expiration' ) );If I am missing something critical can you please let me know what functions I am missing.
Forum: Plugins
In reply to: [WP Super Cache] wp super cache force to httpsOk shortly after posting this I think i answered my own question, the solution is to comment out the rules for redirecting to the plain http cache files and above the super cache rules in my original redirect to https rules I added a “[L]” to the end of it. Below works for me
#------------------------------ TAO SSL Redirect START-------------------------------------# # TAO - the rule below, will redirect the whole -everything to https format RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L] #------------------------------ TAO SSL Redirect STOP-------------------------------------# # BEGIN WPSuperCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / #If you serve pages from behind a proxy you may want to change 'RewriteCond %{HTTPS} on' to something more sensible AddDefaultCharset UTF-8 RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{HTTPS} on RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz -f RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz" [L] #RewriteCond %{REQUEST_URI} !^.*[^/]$ #RewriteCond %{REQUEST_URI} !^.*//.*$ #RewriteCond %{REQUEST_METHOD} !POST #RewriteCond %{QUERY_STRING} !.*=.* #RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ #RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] #RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] #RewriteCond %{HTTP:Accept-Encoding} gzip #RewriteCond %{HTTPS} !on #RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz -f #RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html.gz" [L] RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] RewriteCond %{HTTPS} on RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html -f RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html" [L] #RewriteCond %{REQUEST_URI} !^.*[^/]$ #RewriteCond %{REQUEST_URI} !^.*//.*$ #RewriteCond %{REQUEST_METHOD} !POST #RewriteCond %{QUERY_STRING} !.*=.* #RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ #RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\"]+ [NC] #RewriteCond %{HTTP:Profile} !^[a-z0-9\"]+ [NC] #RewriteCond %{HTTPS} !on #RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html -f #RewriteRule ^(.*) "/wp-content/cache/supercache/%{SERVER_NAME}/$1/index-https.html" [L] </IfModule> # END WPSuperCacheForum: Plugins
In reply to: [Buddypress-Ajax-Chat] Installed and gives entire site error "redirect loop"sorry link is here
Forum: Plugins
In reply to: [Buddypress-Ajax-Chat] Installed and gives entire site error "redirect loop"