Linking to pages on the current school website (hanoverhigh.us) is allowed as a direct link, because that file is known not to change. This is for linking to old pages during the time that we have not developed a new one. For instance, if we don't have art.php ready, we would link to hanoverhigh.us/Hanover/art.html. Again, this is allowed because it is not going to be in the final.
TL;DR: Should be portable between domain names and hosts. Only dependencies should be from old hanoverhigh.us.
For the sake of simplicity, and to save a lot of time, we are not using /foo/index.php. We are using /foo.php, so no directories for different pages.
Also:
All URL's to our server should not have http://hanoverhs.org. They should go directly to the file
Example:
YES:
/foo.php
NO:
http://hanoverhs.org/foo.php
EXCEPTIONS:
Linking to pages on the current school website (hanoverhigh.us) is allowed as a direct link, because that file is known not to change. This is for linking to old pages during the time that we have not developed a new one. For instance, if we don't have art.php ready, we would link to hanoverhigh.us/Hanover/art.html. Again, this is allowed because it is not going to be in the final.
TL;DR: Should be portable between domain names and hosts. Only dependencies should be from old hanoverhigh.us.