Hi. I've been experiencing the same black screen issues (solely in Firefox) described elsewhere on these forums, and the solution appears to be in tweaking gzip compression on the server.
I'm using Mamp, and by fiddling with httpd.conf in the conf directory for the last couple of hours, I've been able to achieve precisely nothing.
Can anybody tell me where in the file I'm supposed to add this line:
???
I've just been whacking it, and variations like this:
at random into that file, restarting the server, and experiencing absolutely no change whatsoever.
Any tips would be excellent.
Thanks!
j
I'm using Mamp, and by fiddling with httpd.conf in the conf directory for the last couple of hours, I've been able to achieve precisely nothing.
Can anybody tell me where in the file I'm supposed to add this line:
SetEnvIfNoCase Request_URI .swf$ no-gzip dont-vary
???
I've just been whacking it, and variations like this:
<Location />
SetOutputFilter DEFLATE
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch MSI[E] !no-gzip !gzip-only-text/html
SetEnvIfNoCase Request_URI
.(?:gif|jpe?g|png|swf|pdf|exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
</Location>
at random into that file, restarting the server, and experiencing absolutely no change whatsoever.
Any tips would be excellent.
Thanks!
j