Website URL
(please specify the URL of the site on which you are experiencing the problem)
Error Message
The error is that when checking on online sites like https://headerscan.com I get errors that Headers Missing and equals 6 pieces, that is, all the directives that I added
(please share the FULL error message you see, if applicable)
I am attaching a screenshot of the errors and the contents of the file
.htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} \/(?:store\.log|store\.dat|store\.json|store_orders\.log|invoice-series\.json|ga_code|data\.json|forms.log|project\.db|[^\.]+\.dat)$ [OR]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ index.php [L,QSA]
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} \/(?:store\.log|store\.dat|store\.json|store_orders\.log|invoice-series\.json|ga_code|data\.json|forms.log|project\.db|[^\.]+\.dat)$ [OR]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ index.php [L,QSA]
`<ifModule mod_headers.c>`
Header always set X-Frame-Options "SAMEORIGIN"
#Header always set X-XSS-Protection "1; mode=block"
Header always set X-Content-Type-Options "nosniff"
#Header always set X-Permitted-Cross-Domain-Policies "none"
#Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self'; object-src 'none'; base-uri 'self';"
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
`</ifModule>`
Other Information
screenshot
(other information and details relevant to your question)