Rolf: Problem mit virtuellem Verzeichnis

Hallo,

in der vHost.conf steht u.a.:

     DocumentRoot D:/_home/htdocs  
     Alias /wiss/ D:/_wiss/  
     Alias /man/ D:/_man/  
     Alias /old/ D:/_home/older/

Im Browser gibt es jedoch 404-er Fehler, aber nicht immer:

     http://localhost/wiss  - Error 404  
     http://localhost/man   - index.php wird angezeigt  
     http://localhost/wiss  - Error 404  
     http://localhost/wiss/ - index.php wird angezeigt  
     http://localhost/man/  - index.php wird angezeigt  
     http://localhost/wiss/ - index.php wird angezeigt

Warum braucht man einmal den Slash und warum auch wieder nicht?

m.b.G. Rolf