• Partners
  • Privacy Policy
  • About Us
  • Contact Us
Saturday, June 7, 2025
  • Login
Digital Boom
  • News
  • Startups
  • Marketing
  • Ad Campaigns
  • Tech
  • How-to Guides
  • Insights
  • Culture & Media
No Result
View All Result
  • News
  • Startups
  • Marketing
  • Ad Campaigns
  • Tech
  • How-to Guides
  • Insights
  • Culture & Media
No Result
View All Result
Digital Boom
No Result
View All Result
Home Guides & Tutorials

WordPress SSL Alert: Missing Security Headers in .htaccess File

Ahmed Maher by Ahmed Maher
November 25, 2020
in Guides & Tutorials
Reading Time: 2 mins read
11
A A
Wordpress Alert: Missing Security Headers in .htaccess File

Wordpress Alert: Missing Security Headers in .htaccess File

355
VIEWS

WordPress website owners started to see a new alert with recommended actions in the WordPress site’s health security (if you have Simple SSL plugin active).

What caused the new health alert?

The new alert in the “Site heath” section appeared after updating the Really Simple SSL plugin.

In this article, we will fix the following missing security headers using the .htaccess file.

  • HTTP Strict Transport Security
  • Content Security Policy: Upgrade Insecure Requests
  • X-XSS protection
  • X-Content Type Options
  • Referrer-Policy
  • X-Frame-Options
  • Expect-CT

How to add the new security headers to the .htaccess file?

We’ve put together a single code to be added to your .htaccess file that will fix all your security headers issues, and then this alert will disappear accordingly.

Note: please make sure that you have access to your cPanel before implementing any of these lines in your htaccess file, because if something went wrong you will lose access to your wordpress admin dashboard.

Copy and paste the below code at the end of your .htaccess.

<ifModule mod_headers.c>
Header always set Content-Security-Policy “upgrade-insecure-requests;”
</IfModule>

# Security Headers
<IfModule mod_headers.c>
Header set X-XSS-Protection “1; mode=block”
Header set X-Frame-Options “SAMEORIGIN”
Header set X-Content-Type-Options “nosniff”
Header always set Strict-Transport-Security “max-age=63072000; includeSubDomains”
# Header set Content-Security-Policy …
Header set Referrer-Policy “same-origin”
</IfModule>

<IfModule mod_headers.c>
Header set Expect-CT enforce,max-age=2592000,report-uri=”https://foo.example/report”
</IfModule>

Tool to verify http response headers

To verify your http response headers fixes, you can test your url using on of the following tools/methods:

  • Security Headers
  • Redbot.org
  • or you can install a free wordpress plugin called “http headers plugin“

Happy Fixing!

Previous Post

What is Web Light Search Results?

Next Post

Sidekick browser makes work apps more comfortable to access

Ahmed Maher

Ahmed Maher

Ahmed Maher is a marketing and growth leader with a proven track record across telecom, fintech, publishing, charity, government, e-commerce, and sports. He launched Vodafone Egypt’s digital and social media presence in 2008, setting new standards for brand engagement and performance marketing in the region. As the founder of Digital Boom, Ahmed has helped shape the voice of digital media in the Arab world. He brings a rare blend of creative vision and data-driven thinking, using digital tools and storytelling to drive measurable impact and scalable growth.

Egypt Activates 5G Nationwide, Ending Years of Delays
Market Watch

Egypt Activates 5G Nationwide, Ending Years of Delays

by Ahmed Maher
June 6, 2025
456

Egypt has officially entered the 5G era, with all four major telecom operators switching on their networks during a joint...

Read moreDetails
Uber Launches Uber One in Egypt to Strengthen Customer Loyalty

Uber Launches Uber One in Egypt to Strengthen Customer Loyalty

May 27, 2025
685
Builder.ai Ceases Operations After $1.3 Billion Valuation Collapse

Builder.ai Shuts Down After Layoffs and Investor Pullout

May 26, 2025 - Updated on May 28, 2025
953
How to Become LLM-Ready in 2025: A Guide for Publishers

Publishing for Machines: The 2025 Guide to LLM-Ready Content

May 26, 2025
563
Thndr Raises $15.7M to Expand into Wealth Management in MENA

Thndr Raises $15.7M to Expand into Wealth Management in MENA

May 26, 2025
539
  • Partners
  • Privacy Policy
  • About Us
  • Contact Us

© 2025 Digital Boom, Inc. - All Copyrights Reserved. The Middle Easy Marketing & Advertising Homepage.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In

Add New Playlist

No Result
View All Result
  • News
  • Startups
  • Marketing
  • Ad Campaigns
  • Tech
  • How-to Guides
  • Insights
  • Culture & Media

© 2025 Digital Boom, Inc. - All Copyrights Reserved. The Middle Easy Marketing & Advertising Homepage.