I have a weird, but hopefully simple problem to solve.
How do I setup Apache to add a '/' to a directory? For example, in the IE location bar I type in:
http://www.mysite.com/sites/00252
and it automatically feeds me:
http://www.mysite.com/sites/00252/ - and defaults to the index.php3 file
for some reason with a new apache/php setup when I type in the first address, it gives me a page not found error. but if I put a trailing slash after 00252 things work fine - and it uses index.php3.
This doesn't seem to be a DirectoryIndex problem - but has to do with the trailing slash.
Thanks.