Can I have web apps inside protected area?

I would like to serve my web apps from inside the protected area.

Each web app has:
index.html
.js files
.min.js file (1)
.appcache.
.json
and a /sub dir/ with .jpg .png, w4m, ogg files

I’ve added all of those extensions in Download Options > Inline File Extensions which looks like this:
html,pdf,jpg,png,mp3,mp4,ogg,webm,json,js,txt,appcache,m4a

Considering all of this, Is there a way to still open an index.html file inline?

It would be cool if I could get this to work.
The URL is loading but the page displays blank.
Page source reveals that the page has loaded.
Renaming the .htaccess file (temporarily) doesn’t make a difference.

What else could I try?

Thanks for helping. :slight_smile:

The first thing I’d do is rename your .html file to something other than index.

Putting .json and .js files in your Inline File Extensions is a waste of time and may be counter-productive. They are simply called from the .html file. I don’t know what webm and appcache files are, but I suspect they should be removed too.

1 Like

Holy Cow,

that worked.
I’ve renamed the index.html file, removed .json and .js …. success!

Thank you for suggesting that.

Ernst Renner
Creative Director
www.LittleComposers.com

1 Like