You can extract your donloaded file into local machine preferable path.
Download Xampp. This Xampp helping for run your directory template into your local server. You can download and install into your machine. If you install this on IOS meand you can use MAMP server.
Once you done your Xampp installation then open Xampp and click to start SQL
Copy your Directory template files and past into htdocs folder(folder path: C:\xampp\htdocs)
Kindly open this(http://localhost/phpmyadmin/) into your web browser, then create new Database. Note: kindly note your DB name.
Import our DB files into your new DB. Choose your new Databse and click Import on top bar and Upload your DB file then click Go buttom.
Open db.php configuration file on this path(C:\xampp\htdocs\business-directory-template\admin\config)
define('DB_HOSTNAME','localhost');
define('DB_USERNAME','DB_username');
define('DB_PASSWORD','DB_password');
define('DB_NAME','DB_name');
$webpage_full_link = "http://directoryfinder.net/demo/business-directory-template/";
1. Change the username "DB_USERNAME" as "root"
2. Change the password "DB_PASSWORD" as make empty
3. Change the DB name "DB_NAME" as "YOUR DB NAME"
4. Change the website full path "https://directoryfinder.net/demo/business-directory-template/" as "YOUR LOCAL HOST PATH NAME (htts://localhost/business-directory-template/)"
define('DB_HOSTNAME','localhost');
define('DB_USERNAME','root');
define('DB_PASSWORD','');
define('DB_NAME','my_dbname');
$webpage_full_link = "http://localhost/business-directory-template/";
Kindly save your changes and open your local host path in your browser(htts://localhost/business-directory-template/)
Have questions? Want to know how we can help you
create your business directory website from our template?
Copyrights © 2019 Rn53themes.net All rights reserved.