Rappadappa77
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager doesn’t get the listing location infoHey Guys,
Been having this issue i believe since the company was sold and new owners start to work with Listify theme, editing previous listings the address doesn’t show anymore or adding new listings same scenario, i customise the functions to display the address how i wanted it with previous owners and now nothing works, all the info in admin has been removed with my customizations.
Howard
- This reply was modified 4 years, 3 months ago by Rappadappa77.
I changed the quotes and now I’m getting green bars from ssllabs.com, so that is fixed, thank you. Will contact the host and see if they can solve the F Grade.
Howard
I copied the code form your website you sent me above, the max-age in quotes seem to be the problem, on your website the quote is ‘max-age’ on others I see “max-age”
Here is my website https://www.searchjamaica.co
Howard
Hello Rogier,
I see this error in Firefox Web Console.
Strict-Transport-Security: The site specified a header that could not be parsed successfully.[Learn More]
Howard
Ok Rogier, Thank you for all your help, much appreciated. As long as it works currently and does what it says, it will be alright.
Howard
Yes I realize that afterwards and did that, so this is what I have in the .htaccess file.
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.3.9]
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
<IfModule mod_headers.c>
Header always set Strict-Transport-Security ‘max-age=31536000’ env=HTTPS
</IfModule>
# END rlrssslReallySimpleSSLBut I’m still seeing this in WordPress admin.
warning HTTP Strict Transport Security was not set in your .htaccess. To enable, get Premium
Howard
Thank you for the information, I added the codes to my .htaccess file, it showed the code on WordPress admin, but now I don’t see it in the .htaccess anymore, none of the codes I added, still seeing this on WordPress admin
warning HTTP Strict Transport Security was not set in your .htaccess. To enable, get Premium
Howard
Can I add this as well?
<IfModule mod_headers.c>
Header always set Strict-Transport-Security ‘max-age=31536000’ env=HTTPS
</IfModule>I see below code above the WordPress begin code, should I drop in-between below code?
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.3.9]
# END rlrssslReallySimpleSSLHi Rogier,
Thank you for the information, I ran the test and I got this on the test page, I didn’t understand when you said “mind the s” so I used https in my address.
SSL test page
This page is used purely to test for ssl availability.
#SERVER-HTTPS-ON# (on)
#SERVERPORT443##SUCCESFULLY DETECTED SSL#
HTTP_HOST: https://www.mysite.com
REQUEST_URI: /wp-content/plugins/really-simple-ssl/ssl-test-page.phpShould I bother doing the .htaccess file?
Howard
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent bySo basically I built it back from scratch and no errors whatsoever ??
Thank you for your help.Howard
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent byThe culprit is definitely my functions.php file in my child theme.
I activated the parent theme and then the error occurred, once I reloaded the page, I installed a plugin, activated it and there was no error code whatsoever, then I went back to my child theme, here come the error again, so my plan is to rebuild back the functions.php file from scratch, so hopefully it will work.Howard
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent by@t-p Could it be the functions.php the problem?
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent byThanks for all your help, but I can’t seem to find the culprit.
I tried doing the manual route and when I started deactivating plugins, as I reach like halfway the error came up and I couldn’t get back into admin, luckily I had a backup I did today, too bad I didn’t do one before I tried to make the big change Sunday night ??Howard