Skip to content

ismail-kt/mplan-Matrimonial

 
 

Repository files navigation

mplan

Open Source Matrimonial

Project Name: School Result / Board Result

Descripation :

Mplan is Open source matrimoanil website. Create profile and start searching for prospective brides and grooms.

Installation

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:

About

Open Source Matrimonial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.2%
  • CSS 15.9%
  • JavaScript 9.5%
  • ApacheConf 0.2%
  • HTML 0.1%
  • C 0.1%