Boss Cart Documentation

From Bosscart Documentation

Jump to: navigation, search

Boss Cart Application Runs on Linux / UNIX / Windows operation systems with the listed conditions.

Minimum Requirements

  1. Web server that support PHP4 or higher.
  2. Rewrite Engine Enabled (uncomment LoadModule rewrite_module modules/mod_rewrite.so in httpd.conf).
  3. You should have the server name , database name , database username and database password. The database user should have all the privileges.
  4. mail() function should be enabled.
  5. File uploads enabled (enable file_uploads from php.ini).
  6. Safe mode must be disabled (disable safe_mode from php.ini).
  7. ini_set should be enabled from php.ini .
  8. sql safe mode should be disabled ( disable sql.safe_mode from php.ini).
  9. 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

  1. GD Library functions should be enabled. ( uncomment extension=php_gd2.dll from php.ini) .
  2. SMTP server for sending emails to send SMTP Authenticated email.
  3. FTP function enabled.
  4. 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 ).
  5. post_max_size should be 6 MB for huge files uploading.
  6. upload_max_filesize should be 6 MB for huge files uploading.
  7. 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
  8. XML Support ( for sitemap.xml and rssfeed ).
  9. ‘exec()’ allowed.
Personal tools