Boss Cart Documentation
From Bosscart Documentation
Boss Cart Application Runs on Linux / UNIX / Windows operation systems with the listed conditions.
Minimum Requirements
- Web server that support PHP4 or higher.
- Rewrite Engine Enabled (uncomment LoadModule rewrite_module modules/mod_rewrite.so in httpd.conf).
- You should have the server name , database name , database username and database password. The database user should have all the privileges.
- mail() function should be enabled.
- File uploads enabled (enable file_uploads from php.ini).
- Safe mode must be disabled (disable safe_mode from php.ini).
- ini_set should be enabled from php.ini .
- sql safe mode should be disabled ( disable sql.safe_mode from php.ini).
- Minimum disk space for fresh installation of Boss Cart is 20 MB. More space is required for operation of the site.
Other Requirements for smooth running of Boss Cart Premium
- GD Library functions should be enabled. ( uncomment extension=php_gd2.dll from php.ini) .
- SMTP server for sending emails to send SMTP Authenticated email.
- FTP function enabled.
- An HTTPS module (like Net::SSLeay perl module, CURL executable, OpenSSL executable or libCURL PHP extension) for some of the online credit card processing modules ).
- post_max_size should be 6 MB for huge files uploading.
- upload_max_filesize should be 6 MB for huge files uploading.
- For Cache Header the following lines of code in the httpd.conf file must be uncommented:
- LoadModule cache_module modules/mod_cache.so
- LoadModule headers_module modules/mod_headers.so
- LoadModule expires_module modules/mod_expires.so
- XML Support ( for sitemap.xml and rssfeed ).
- ‘exec()’ allowed.