Skip to main content

Installing

d
Written by dhru soft
Updated over 3 months ago

DHRU FUSION installation is simple and straightforward. Follow the steps below to set it up correctly on your server.


Installation Steps

1. Unzip the Files

Extract the contents of the downloaded ZIP file to a folder on your local computer.

2. Upload to Server

Upload the entire DHRU FUSION folder to your web hosting account.

If you experience any issues, try uploading in binary mode via your FTP client.

3. Run the Web Installer

If you encounter an ionCube-related error, make sure ionCube Loader is installed properly.

4. Follow On-Screen Instructions

The installer will guide you through the process, including setting required folder permissions.

5. Delete the Installer Folder

Once installation is complete, delete the /installer folder from your server for security.

6. Complete Basic Setup

Configure your initial system settings such as company details and default options.

7. Secure the Admin Directory

β€’ Open /configs/config.php

β€’ Update this line:

#$admindirpath=""; β†’ $admindirpath="your_admin_folder_name";

8. Enable SEO-Friendly URLs

β€’ Rename _htaccess to .htaccess in the installed folder.

If your Apache server is running suPHP, you can skip the permission steps below.


Required Folder Permissions (CHMOD 777)

Ensure the following folders have writable permissions:

Folder

Permission

/configs

777

/downloads

777

/templates_c

777


Moving to a New Server

If you plan to migrate DHRU FUSION to a new host or domain, follow these steps:

1. Backup your current database.

2. Transfer all DHRU FUSION files to the new server.

3. Restore the database using phpMyAdmin.

4. Update database connection details in configuration.php.

5. Re-issue your license for the new domain/IP.

6. Log in to the admin panel and update system URLs:

Setup > General Settings

7. Update cron jobs, payment gateway callbacks, and email forwarders.

8. Remove DHRU FUSION files and cron jobs from the old server.


πŸ“Ί Video Guide

Watch the full step-by-step installation video:

Did this answer your question?