My website is in /var/www/html.
I have a few files (PHP and Javascript) that are one level up, in /var/www.
I'm able to access the PHP file for my MySQL login credentials, but I can't access the Javascript file. In the <head> of my Login document, this is how I have it:
<script src="../sha256.js"></script>
This worked fine until I moved the sha256.js file. But now, when I try to login, the document can't find the file.