WebGL Build publish on website

I’ve made a simple project demo with Unity5 and exported it for WebGL. Then I published the build to a website through FTP, but it is not working: http://kallaivictor.webuda.com/. Do I need do do something special? Please help.

It seems to me you only uploaded the index.html file. Depending on how your server is setup, you need to upload either the Data or Compressed folder (to use compression you need to have your webserver configured to do so and use / modify the .htaccess file that is also in the builds folder).

I’ve also uploaded the Data, the Compressed folder and I’ve replaced the original .htaccess with the one generated from the build

Then the files relative to the index.html are misplaced;

http://kallaivictor.webuda.com/Data/fileloader.js
http://kallaivictor.webuda.com/Data/UnityProgress.js
http://kallaivictor.webuda.com/Data/UnityConfig.js

All lead to 404’s.