Removes intermittent trailing index.php URI Edit index.php: Code: nano /usr/local/ispconfig/interface/web/index.php Paste the following code below the opening <?php tag: Code: if($_SERVER['REQUEST_URI']==='/index.php')header("Location:/");