Forums

hosting

so i am trying to host some java and css file here and using the traditional src="link to the file" method to call them... and the issue that i am facing now is that when my account is logged in the files load in my website but when i am not logged in or try to open from a browser that does not have my python anywhere account the files does not load.

It looks like you use direct links to your files in your PythonAnywhre account. You should rather serve those files with your web app to make them accessible for everybody, the best way would be to use static files -- see this help page.