>>90
function mymodule_url_outbound_alter(&$path, &$options, $original_path) {
if ($path != '') {
$options['script'] = 'index.php';
}
}