getObject('modTemplateVarResource', array( 'value' => substr($_SERVER['REQUEST_URI'], 1), 'tmplvarid' => $aliasTvId )); if ($match != null) { header('HTTP/1.1 301 Moved Permanently'); $modx->sendRedirect($modx->makeUrl($match->get('contentid')), 0, 'REDIRECT_HEADER'); exit(); } ?>