Hi all - I have been playing around with a lot of different things....but needed to use pythonanywhere to host multiple (20 or so) static files.
I have followed the directions on this page: https://help.pythonanywhere.com/pages/hosting-a-static-site/
However ran into the following issues: 1 - URL as '/' and Path as directory to the Pythonanywhere folder that contains all the HTML files (currently 8 or so) Result - pulls the first file only and not the others 2 - URL as '/__<filename>' and Path as directory to individual HTML file....repeat the process for each file Result - pulls the first file only and not the others
So - key question if I have 20-30 html pages that I want to be hosted here on Pythonanywhere (each page with it's own html page) - how would I go about doing it?
Thanks so much! Brian