Index: http_query.php =================================================================== --- http_query.php (revision 13756) +++ http_query.php (working copy) @@ -249,7 +249,7 @@ $this->processRewriteURL(); } - if (!defined('GW_NOTIFY') && !$rewrite_url && preg_match('/[\/]{0,1}index.php[\/]{0,1}/', $_SERVER['PHP_SELF']) && ($this->Get('t') != 'index')) { + /*if (!defined('GW_NOTIFY') && !$rewrite_url && preg_match('/[\/]{0,1}index.php[\/]{0,1}/', $_SERVER['PHP_SELF']) && ($this->Get('t') != 'index')) { // not in payment gateway notification script AND // rewrite url is missing AND not a script from tools folder AND // "index.php" was visited @@ -261,7 +261,7 @@ $url_params['response_code'] = 301; // Moved Permanently $this->Application->Redirect('', $url_params); - } + }*/ } else { $this->Application->VerifyThemeId();