Deploying Unity WebGL with Apache

Have you had troubles getting your exported Unity WebGL project to work?

GET /Release/UnityConfig.js **404 (Not Found)**

>

GET /Release/fileloader.js **404 (Not Found)**

>

GET /Release/1446299115.js **404 (Not Found)**

I got the instructions here:

Image: My Build Settings

Your folder structure should look like this:

.htaccess
index.html
Compressed
* many files (.datagz, .jsgz, .memgz)
TemplateData
* many image files, 1 .css & 1 .js file

`<Directory /var/www/>` / `<Directory /var/www/html/>` (or wherever your "main" folder is)

I hope this helped you!