when i run apache on my server, i need to include the "/" at the end of any directory for it to be valid.
for example:
www.mydomauin.com/pics will not work
www.mydomain.com/pics/ will work
is there a setting in httpd.conf that allows you to leave off the trailing "/" ?