1. If you do not have a boss cart script kit you can download it from this official website
download a SEO friendly shopping cart script | Boss Cart
2. After you downloaded the script you will have in your computer 2 folders
mysql-dump and
to upload
3. in
to upload folder you will find
.htaaccess file , edit the 3rd line inserting the suitable web address (will hide your robots.txt file) - in our case let's say
http://YOUR_DOMAIN_NAME.uk/bosscart/

edit of .htaaccess file
4. upload
to upload folder content to into your hosting package ( let's say
/public_html/bosscart/ ) using
FTP
5. go to your
cPanel where you will find
Mysql databases, click this icon

Mysql databases icon location
6. create a new database ( let's say
test ) and a new user name (let's say
user )and add the new user created to the new database created
Add Users To Your Databases with all the privileges ( showed in picture ).

All you need to create a new database and username in Mysql databases
7. go to
phpmyadmin ( you will find the link below in your
Mysql databases menu ), select the new created database, select
import and select the file to import
mysql.sql from
mysql-dump folder witch you have in your bosscart script kit

phpMyAdmin commands locations to upload your Mysql.sql file from your BossCart script kit
8. edit the following lines in
configuration.php file witch you have in your hosting package ( in our example is found in
/public_html/bosscart/ )
$mosConfig_absolute_path - the path to your bosscart script - in our case /public_html/bosscart/
$mosConfig_cachepath - the path to cache folder - in our case /public_html/bosscart/cache/
$mosConfig_db - the database name - in our case db_test
$mosConfig_host - only in the case if it is not 'localhost'
$mosConfig_live_site -
http://YOUR_DOMAIN_NAME.uk
$mosConfig_password - the database password
$mosConfig_user - database user name - in our case db_user

Lines to be edited in configuration.php file found in your hosting package
9. go to the
http://YOUR_DOMAIN_NAME.uk/bosscart/administrator/ and log in
All Done !