Html5 to godaddy linux server

how do I make HTML5 run on a godaddy linux server for public?

I’m not familiar with godaddy hosting, but I’ve hosted UE4 HTML builds in other places, one is Amazon S3. See here for an example (needs Firefox 52 with new WebAssembly support):

https://mzl.la/webassemblydemo

and

How far are you getting? Is there a specific problem that godaddy hosting gives, perhaps with an error message or logs? Or is there some specific task that is giving trouble? Which web server does your godaddy hosting utilize? Or is it a generic linux server that you can put whatever you want? In that case, any web server software stack should work work. Apache is quite popular, godaddy has some documentation on that, see for example here: GoDaddy Help Center - Gen 3 VPS & Dedicated Servers. Serving out UE4 HTML builds should amount to copying the output files to a directory that is visible to the web server, and navigating to the HTML page in a browser. Special attention should be put to optimizing the page to serve pre-gzip-compressed assets to minimize download sizes.

Hi I need a step by step process on how to put my HTML5 file online on a public server with a link.

It works fine locally when I execute the .exe local server file. Now i need it live online and I am conflicted on what server I should use as well as how do I go about doing that.

I’ve uploaded the files to the server as well as added

AddType “text/javascript” .gz
AddEncoding gzip .gz

to the .htaccess file