WebGL uncaught exception: incorrect header check

Im now getting this error after i build for WebGL, then running it in FireFox from WAMP server on my local computer.

Anybody knows how to fix this?

An error occured running the Unity content on this page. See your browser’s JavaScript console for more info. The error was:
uncaught exception: incorrect header check

Hello nsmith1024.

Will the build load correctly if you remove the .htaccess file from the Release (or Development) folder (and from the parent folders as well, if there are any)?

is there another error in console like can not load build.jsgz file?
some webservers wont allow jsgz, datgz, memgz files to be served and this breaks unity webgl player.

Thanks for your comments, its been solved.

fantastic. how?