Seem to still have issues, I took out
Code:
AddType application/x-javascript .js
ExpiresByType application/x-javascript A31536000
application/x-javascript
This is now only.
Code:
<FilesMatch "\.(css|CSS)$">
<IfModule mod_headers.c>
Header set Pragma "public"
Header append Cache-Control "public, must-revalidate, proxy-revalidate"
from the original
Code:
<FilesMatch "\.(css|js|CSS|JS)$">
<IfModule mod_headers.c>
Header set Pragma "public"
Header append Cache-Control "public, must-revalidate, proxy-revalidate"
But still this htaccess interferes with the login of users on IE and Firefox :/