Falls der Apache auch PHP kann:
Datei: index.php
Code:
<?php
Header("Location: andereseite.jsp");
?>
hierfür muss nur (z.B. per .htaccess) index.php als Directory-Index eingestellt sein
oder PHP auch in .htm(l) Dateien verarbeitet werden...
[~ No warranty for PHP-Code, not checked, just Brain-Code
~]