I thought that cgi-bin would be a good place to store a JS script, but it's not found using
<script type="text/javascript" src="cgi-bin/jscripts1.js"></script>
Renaming and changing cgi-bin to cgibin makes it work. Is this documented somewhere?
I thought the hypen was the most-accepted special character.