blog
Out of context: Reply #66544
- Started
- Last post
- 76,742 Responses
- ********0
I thought about starting a vent thread...
But I'll write it here.So I finished Armin's Website and ran some tests.
I found out that the Security Headers in the .htaccess file were not being read but everything else was running smoothly except from the fact that the .gif file in the Homepage is 4MB (Client will send me a new one).
Back to the issue, I wrote the Web Hosting Technical Assistance and explained what was happening and that I suspected it had something to do with fact that "AllowOverride All" was not set and that why the following was not being read:
<IfModule mod_headers.c>
Header set X-Content-Type-Options "nosniff"
Header set X-XSS-Protection "1; mode=block"
Header set X-Robots-Tag "none"
Header set X-Frame-Options "SAMEORIGIN"
Header set X-Download-Options "noopen"
Header set X-Permitted-Cross-Domain-Policie... "none"
SetEnv modHeadersAvailable true
Header always set Strict-Transport-Security "max-age=15552000; includeSubDomains; preload"
</IfModule>I received an Email from the Technical support to try it out.
What I found was that besides the problem not being fixed now I had more issues:robots.txt - NOT found
HTTPS - NOT redirecting properly
Language – NOT declared
Sitemap for users – Missing (It's actually there I can navigate to it but it's not being read!)
If-Modified-Since – NOT found
Findable Links – NOT foundAmong other stuff...like the original .htaccess file was slightly different from the one I had written and uploaded.
Today came the reply:
They repaired the permissions and they repaired something in the JavaScript!!!
Also they said that the media-queries.css file was not in the CSS folder.
No it's not, I had it like that but was only using one CSS file for the main css and that the media-queries part was in that CSS too.
Like I rented a house and the owner came in while I was not there and changed the furniture and checked what I had in the refrigerator...
Needles to say that the issue is still there like the rest of the problems...
Aaaaargh!
I wrote back- "that's why..."********
- the "I wrote in the end" should read "I wrote back" right before "Today came the reply"********
- Good old Apache server. You finnicky fuck.section_014
- okay, it was working. but apparently now it's not and from Brackets it's also not running anymore. but i run a js test in code pen and it works?********
- off course it'll work in codepen...whatever.********
- "that's why..."