Hi I'd like to host a 2nd domain with a static html webpage (running javascript). My first domin is a django web app that runs great,. My second one is just a static html one.
I've hosted the domain here, loaded the files and altered the section for static sites as per the instructions https://help.pythonanywhere.com/pages/hosting-a-static-site - but I still get the www_dimitri-data_com_wsgi.py generated page.
What might I be missing? Is my path wrong? My directory structure is ../potfolio and I have an index.html file in place
is there something incorrect here from the Web page?:
Static files:
Files that aren't dynamically generated by your code, like CSS, JavaScript or uploaded files, can be served much faster straight off the disk if you specify them here. You need to Reload your web app to activate any changes you make to the mappings below.
URL Directory
:/ /home/dimitrikourouniotis/portfolio/index.html
I have also tried:
URL Directory
:/ /home/dimitrikourouniotis/portfolio/
and
URL Directory
:/ /home/dimitrikourouniotis/portfolio
Thanks!