C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\portal\modules\pages\index.php


1
2
3
4
<?php
require("../../config.php");
header("Location: ".$url."/");
?>