vincentmorneau / apex-pwa

A complete guide for turning an APEX application into a Progressive Web App
MIT License
82 stars 26 forks source link

sw.js and manifest.json #5

Open mahmoudrabie opened 5 years ago

mahmoudrabie commented 5 years ago

Hi Vincent

I am hosting my App on one of APEX Hosting companies. I have bought a domain from them (Let's say https://mydomain.com) They gave me FTP Access to public_html

I have followed your nice guide. Now, I have the following files in public_html:

My APEX App URL is https://mydomain.com/ords/f?p=myAppID

Regarding the file locations, am I going at the right way?

// THESE FILES (sw.js and manifest.json) // HAVE TO BE SERVED FROM ORDS DOC ROOT. MORE INFO: // https://github.com/vincentmorneau/apex-pwa/blob/master/doc/part2.md

Regards Mahmoud

mahmoudrabie commented 5 years ago

Any idea?

vincentmorneau commented 5 years ago

Sorry for the delayed response. The location of your files is exactly right. Do you have any problems with it?