Descripation :
Mplan is Open source matrimoanil website. Create profile and start searching for prospective brides and grooms.
Step - 1:Create one data base in MySql and import mplan.sql file.
Step - 2:
Go to mplan>application>config here find a database.php file and change all MySQL detail. Line number - 51
$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'root';
$db['default']['password'] = '';
$db['default']['database'] = 'mplan';
Step - 2
Go to mplan->.httaccess file change this file.
Find this line /
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /mplan/
and change "mplan" this is a folder name where save your project: