C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\portal\modules\index.php
1 2 3 4
<?php
require(
"../config.php"
);
header
(
"Location: "
.
$url
.
"/"
);
?>