• Home
  • Computer Tips & Tricks
  • Game Tricks And Fixes
  • Internet Tricks
  • WordPress Tutorials
  • More Topics
    • Windows Tutorials
    • Andriod Tutorials
    • Adobe Tutorials
    • Youtube Tips And Tricks

Subscribe to Updates

Get the latest creative news from FooBar about art, design and business.

What's Hot

How to Remove Write Protection from USB & SD Cards in Windows 11,10,8.1,8 & 7?

September 1, 2023

How to Fix the “A Newer Version of this application is already installed.Installation Stopped” Error in Coreldraw?

August 31, 2023

How to Fix the CORELDRAW “You cannot install this product because another version is already installed.”?

July 31, 2023
What's Hot

How to Remove Write Protection from USB & SD Cards in Windows 11,10,8.1,8 & 7?

September 1, 2023

How to Fix the “A Newer Version of this application is already installed.Installation Stopped” Error in Coreldraw?

August 31, 2023

How to Fix the CORELDRAW “You cannot install this product because another version is already installed.”?

July 31, 2023
Lets Make It EasyLets Make It Easy
  • Home
  • Computer Tips & Tricks

    How to Remove Write Protection from USB & SD Cards in Windows 11,10,8.1,8 & 7?

    September 1, 2023

    How to Fix the “A Newer Version of this application is already installed.Installation Stopped” Error in Coreldraw?

    August 31, 2023

    How to Create Windows 11 Bootable USB Drive Using Rufus?

    June 21, 2023

    How to Download Original Windows 11 Officially?

    June 18, 2023

    How to Fix “The PC must support TPM 2.0 & Secure Boot” Error While Installing Windows 11?

    June 15, 2023
  • Game Tricks And Fixes

    How to Fix “Error 173 – AMD Software Installer Cannot Proceed as No AMD Graphics Hardware Has Been Detected in Your System” Problem Quickly?

    June 5, 2023

    How to Fix Failed to initialize Direct3D error on Windows 7,8,8.1,10 & 11?

    March 31, 2023

    How to Download & Clean Install Nvidia Drivers on Windows 10 & 11?

    February 15, 2023

    How to Download & Install Nvidia Drivers (Older Versions) on Windows 10 & 11?

    February 15, 2023

    How to Fix GTA IV (GTA 4) SecuLauncher error 2000 in Windows 7,8,10 &11?

    February 14, 2023
  • Internet Tricks

    How to Fix JIO FIBER’s Red Light Blinking Problem Easily?

    April 26, 2023

    How to Repair a Corrupted MySQL Database Table?

    March 2, 2023

    How to Convert EPUB to PDF for Free Online & Offline?

    February 28, 2023

    How to Get Quick Adsense Approval for WordPress Blog/Website?

    February 27, 2023

    How to Remove/Delete Your Site from Ezoic Network?

    February 5, 2023
  • WordPress Tutorials

    How to Deactivate All WordPress Plugins & Themes when you are not able to access the WP-Admin?

    May 20, 2023

    How to Create WordPress Admin User in phpMyAdmin?

    May 18, 2023

    How to Fix “Rankmath Causes Critical Error: Instant Index Status Error undefined – There has been a critical error on this website.”Quickly?

    May 18, 2023

    How to Fix “Sorry, You are not allowed to access this page” Error in WordPress?

    May 16, 2023

    How to Add an Admin User in WordPress using FTP or cPanel File Manager?

    May 10, 2023
  • More Topics
    • Windows Tutorials
    • Andriod Tutorials
    • Adobe Tutorials
    • Youtube Tips And Tricks
Lets Make It EasyLets Make It Easy
Home » How to Add HTTP Security Headers in WordPress For Both Apache & Nginx Servers? | How to Fix the Missing Security Headers Issue?
Wordpress Tutorials

How to Add HTTP Security Headers in WordPress For Both Apache & Nginx Servers? | How to Fix the Missing Security Headers Issue?

AuthorBy AuthorDecember 9, 2022Updated:December 9, 2022
How to Add HTTP Security Headers in Wordpress For Both Apache & Nginx Servers? | How to Fix the Missing Security Headers Issue?

Hi Guys, Today I am Going to Show You how to Add HTTP Security Headers in WordPress For Both Apache & Nginx Servers? How to Fix the Missing Security Headers Issue?

Check Out This: How To Block AdBlocker on Your Blogger 2020? | Block Adblock Blockers 2020

Hi Guys, Today I’m Going tell about Adding Security Headers For Worpdress Via Plugin and Manually.

Use these Two Websites to Check whether the HTTP Security Headers are Correctly Working Or Not.

https://securityheaders.com/

https://sitecheck.sucuri.net/

Steps For Checking Security Headers for a Website Easily?

Step 1: Goto Sucuri Site Check and Enter Your Website.

Trending
How to Fix Command Prompt Opens And Closes Immediately in Windows 10? | Why CMD.exe Closes Immediately Whenever I Tried to Open it?

Step 2: Wait for the Results and Navigate down to Hardening Improvements Section and Check Out the Fixes.

How to Add HTTP Security Headers in WordPress For Both Apache & Nginx Servers? | How to Fix the Missing Security Headers Issue?

*You can Also Use the Securityheaders to Check for the HTTP Security headers.

Steps For How to Add HTTP Security Headers in WordPress For Both Apache & Nginx Servers? How to Fix the Missing Security Headers Issue?

 

Method 1:  Using Free & Paid Plugins 

Free Plugins 

1.Defender Security By WPMU DEV,

2.HTTP headers to improve web site security By Carl Conrad

3.GD Security Headers By Milan Petrovic

*Free Plugins Are Freely Available at WordPress.org Plugins Store.

Paid Plugins 

1.WebARX Security [ Free But Need to be Buy a Simple Plan to Use Hardening Option In Firewall ]

2.Sucuri WordPress Security

1.Tutorial  for Adding Security Headers Via Defender Plugin 

 

Step 1: Go to Plugins and Add New Plugin and Search for Defender Plugin and Install it.

Step 2: Navigate to Advanced Tools and Look for Security Headers and then Select the Configure Button.

Step 3: Now Enable the All Security Headers and Click Save.

How to Fix the Missing Security Headers Issue?

2.Tutorial  for Adding Security Headers Via WebARX Plugin 

Step 1: Goto WebARX website Sign Up and Add your Website.

Step 2: Download the WebARX Plugin from their Site and Add it to your WordPress Via Add New Plugin which in the Plugin Section.

Step 3: After Installing the WebARX Navigate to Settings and Select the Security Options.

Step 4: Now Move Down to .htaccess Features and Turn On the Add Security Headers Feature and Save the Settings.

 

How to Add HTTP Security Headers in WordPress For Both Apache & Nginx Servers?

 

Method 2:  Adding Security Headers Manually

Step 1: First of all Go to Your File Manager Via C-Panel or FTP.

Step 2: Right-click .htaccess, Click Edit Button.

Step 3: Now Just Add the Below Given Code into the .htaccess file and click Save.

 

For Apache Server Users, You Must Try This Code

<IfModule mod_headers.c>
   Header set Referrer-Policy "strict-origin-when-cross-origin"
   Header set X-XSS-Protection "1; mode=block"
   Header set X-Content-Type-Options "nosniff"
   Header always append X-Frame-Options "SAMEORIGIN"
   Header set Strict-Transport-Security "max-age=31536000"
   Header always set Permissions-Policy fullscreen=* 
   Header unset X-Powered-By
</IfModule>	

For Nginx Server Users, You Must Try This Code

add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;  
add_header X-XSS-Protection "1; mode=block";  
add_header Strict-Transport-Security "max-age=31536000";
add_header Referrer-Policy "strict-origin-when-cross-origin";
add_header always set Permissions-Policy fullscreen=* :

MOST IMPORTANT NOTE –  Always Set the expose_php Option to “Off” 

This Option Can Be Seen under the Php Configurations.

 

How to Check the HTTP Security Headers Working Properly or not?

 

*Recommended Way to Check – Use the Securityheaders to Check the HTTP Security headers which is working or not.

 

*Alternative Way to Check – Goto Sucuri Site Check and Enter Your Website and Check the Hardening Improvements Section.

That’s It! You’re Done Man! 

@@@ Leave Comments !!! @@@

Previous ArticleHow to Fix FIFA 23 EA Anticheat Service Error on Windows 10,11?
Next Article How to Check/Test Internet Connection Speed Accurately on My Computer?
Author

Basically an Instrumentation Engineer But Very much Interested in Blogging. I'm a Passionate Blogger and an Expert in Search Engine Optimization And Always Looking Forward to Learn New Things. I Would Fix & Provide Solution to the Most Common Issues Related to PC,Laptops,Mobiles,OS, Hardwares and Softwares.

Related Posts

Wordpress Tutorials

How to Deactivate All WordPress Plugins & Themes when you are not able to access the WP-Admin?

May 20, 2023
Wordpress Tutorials

How to Create WordPress Admin User in phpMyAdmin?

May 18, 2023
Wordpress Tutorials

How to Fix “Rankmath Causes Critical Error: Instant Index Status Error undefined – There has been a critical error on this website.”Quickly?

May 18, 2023
Add A Comment

Leave A Reply Cancel Reply

Subscribe to Updates

Get the latest tech news from FooBar about tech, design and biz.

Most Popular
  • Trending:How to Remove Write Protection from USB & SD Cards in Windows 11,10,8.1,8 & 7?
    by Author|September 1, 2023
    0
  • Trending:How to Fix the “A Newer Version of this application is already installed.Installation Stopped” Error in Coreldraw?
    by Author|August 31, 2023
    0
  • Trending:How to Fix the CORELDRAW “You cannot install this product because another version is already installed.”?
    by Author|July 31, 2023
    0
  • Trending:How to Uninstall the Windows Updates Using WUSA And DISM Commands in Windows 11/10/8/7?
    by Author|July 18, 2023
    0
  • Trending:How to Fix the Inaccessible Boot Device Error on Windows 8,8.1,10,11?
    by Author|June 27, 2023
    0

Top Posts

How to Fix “Oops looks like the page is lost. This is not a fault just an accident that was not intentional.”Error?

April 26, 2023400 Views

How to Fix “Error 195- AMD Software Installer Cannot Continue Because It Is Unable to Access the Required Web Resources” Problem Quickly?

May 7, 2023253 Views

How to Configure Jio Fiber Router? | Reliance Jio Fiber Router JCO4032 Settings [ Updated ]

December 9, 2022253 Views
Editor's Pick
Internet Tricks

How to Configure Jio Fiber Router? | Reliance Jio Fiber Router JCO4032 Settings [ Updated ]

AuthorDecember 9, 2022
Adobe Tutorials

How to Fix “A low-level exception occurred in ImporterMPEG” Error in Adobe Premiere Pro?

AuthorDecember 9, 2022
Internet Tricks

How to Fix JIO FIBER’s Red Light Blinking Problem Easily?

AuthorApril 26, 2023
Adobe Tutorials

How to Fix “File importer detected an inconsistency in the file structure.Reading and writing this files metadata (XMP) has been disabled.” Error in Adobe Premiere Pro?

AuthorDecember 9, 2022
Latest Articles

The Ultimate Technology Site About Technical Support, Information Technology, PC Builds, Domain Hosting, WordPress, Blogger.Letsmakeiteasy is a site where you can learn about technology, Search Engine Optimisation, Computer and Mobile Tricks, Blogging and WordPress Tips. We are Here to Help You.

Most Popular

How to Fix “Oops looks like the page is lost. This is not a fault just an accident that was not intentional.”Error?

April 26, 2023400 Views

How to Fix “Error 195- AMD Software Installer Cannot Continue Because It Is Unable to Access the Required Web Resources” Problem Quickly?

May 7, 2023253 Views

How to Configure Jio Fiber Router? | Reliance Jio Fiber Router JCO4032 Settings [ Updated ]

December 9, 2022253 Views
Our Picks

How to Remove Write Protection from USB & SD Cards in Windows 11,10,8.1,8 & 7?

September 1, 2023

How to Fix the “A Newer Version of this application is already installed.Installation Stopped” Error in Coreldraw?

August 31, 2023

How to Fix the CORELDRAW “You cannot install this product because another version is already installed.”?

July 31, 2023
  • Home
  • About Us
  • Contact Us
  • Sitemap
Copyright © 2023 Letsmakeiteasy.tech LLC. All Rights Reserved. | Crafted With ❤️ | Created by Vasantharaj R N

Type above and press Enter to search. Press Esc to cancel.

Ad Blocker Enabled!

Ad Blocker Enabled!
Our website is made possible by displaying online advertisements to our visitors. Please support us by disabling your Ad Blocker.