mergin IH2 with SEO url's what not that hard.

. take the html_output.php from the iH2 module.
Open it. Replace the parts in the top of the page with:
PHP Code:
//SEF urls....
  
function zen_href_link($page ''$parameters ''$connection 'NONSSL'$add_session_id true$search_engine_safe true$static false$use_dir_ws_catalog true) {
        if (!isset(
$GLOBALS['seo_urls']) && !is_object($GLOBALS['seo_urls'])) {
            include_once(
DIR_WS_CLASSES 'seo.url.php');

            
$GLOBALS['seo_urls'] = &new SEO_URL($_SESSION['languages_id']);
        }

        return 
$GLOBALS['seo_urls']->href_link($page$parameters$connection$add_session_id$static$use_dir_ws_catalog);
  }
 

  function 
original_zen_href_link($page ''$parameters ''$connection 'NONSSL'$add_session_id true$search_engine_safe true$static false$use_dir_ws_catalog true) {
    global 
$request_type$session_started$http_domain$https_domain;

    if (!
zen_not_null($page)) {
      die(
'</td></tr></table></td></tr></table><br /><br /><strong class="note">Error!<br /><br />Unable to determine the page link!</strong><br /><br />');
    }
    

    if (
$connection == 'NONSSL') {