Are you using IIS or xampp? if IIS do you have web.config in your wwwroot folder and url rewrite installed?
I did but I don't understand what to do with it? I re copied the stuff into helicon ape then saved it but still didn't work.Try downloading helicon ape
What cms are you using?
try the url=index.php one
<?php
define('IN_INDEX', 1);
require_once 'global.php';
$core->handleCall($engine->secure($_GET['url']));
$template->html->get($engine->secure($_GET['url']));
$template->outputTPL();
?>