When creating a navbar with pull-down menus, I seem to have to code my URLs like this
=> C:\SRFFullertonTemple\lectures.htm
in order to test it locally. But when I'm ready to upload it to the server I have to change it to something like this
=> http://SRFFullertonTemple/lectures.htm.
This is a real pain in the butt if there are a lot of sub-menus in the navbar. The index.htm file is in the SRFFullertonTemple folder.

How should I be handling this?