I am running Slackware 9.0 and Apache 1.3.27. I am using Apache's
autoindexing feature to list directories with large amounts of files
so I don't have to code the html myself. My problem is that when
Apache does this the directories do not have the "/" required at the
end of the directory name so when the directory link is clicked the
link appears broken.
e.g. Apache would display the following using autoindexing:
www.test.com/dogs/terrier where terrier is a directory. This does not
work. If however, I put the "/" in and use
www.test.com/dogs/terrier/
it will work.
I can manually put the "/" in the address bar and then it will
properly traverse to the next directory, but I don't want to do this
or tell every person who accesses my web pages this. Any ideas or
solutions as to why Apache cannot differentiate between directories
and files when autoindexing? Thanks.
CK