I bring up 127.0.0.1/nipc to access yateBTS GUI for configuration, but all i find is a white blank page displaying the contents of the index.php(see below) file that is included in the nipc_web folder.
Am i doing something wrong in configuration? I followed the instructions from, 
https://wiki.yatebts.com/index.php/Network_in_a_PC , and made sure to give a+rw privileges to the correct folder.
Any one encountering the same thing? kinda stumped.
KP
Contents of index.php that i'm seeing instead of the GUI
<?php
/**
 * index.php
 * This file is part of the Yate-BTS Project 
http://www.yatebts.com *
 * Copyright (C) 2014 Null Team
 *
 * This software is distributed under multiple licenses;
 * see the COPYING file in the main directory for licensing
 * information for this specific distribution.
 *
 * This use of this software may be subject to additional restrictions.
 * See the LEGAL file in the main directory for details.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */
Header("Location: main.php");
?>