What type of Server is required forCre Loaded Ecommerce business to business and business to customer websites?
The software is designed to run on a LAMP server with the following minimum requirements:
- The Linux Operating System
- The Apache Web Server version 1.3 or greater.
- MySQL database version 4.1.1 or greater.
- PHP 4.X requires 4.3.1 or greater or PHP 5.X requires 5.1.4 or greater
- with these components compiled in:
- MySQL support
- PCRE support
- ZLIB support
- cURL support
- GD support - recommend the bundled GD library
- MCrypt support - optional, but required for full functionality
- EXIF support - optional, but required for full functionality
- FTP support - optional, but required for full functionality
- Sockets support - optional, but required for full functionality
- The follow configuration settings can be set in the php.ini, httpd.conf or in the .htaccess, but they must be set as:
- register_globals - must be on
- safe_mode - must be off
- session.auto_start - must be off
- magic_quotes - must be off
- file_uploads - must be on
- allow_url_fopen - must be on
- register_long_arrays - (PHP 5 only) must be on
- register_globals - must be on
- SOAP support - (PHP 5 only) must NOT be compiled into PHP
- readline support - must NOT be compiled into PHP
- MySQL support
Do you support any other types of servers?
Officially, we do not support any other servers or configurations.
However, there have been reports of people successfully running CRE Loaded Pro B2B business to business ecommerce shopping cart on a WAMP server. This is a server running the Windows operating system with Apache Web Server, MySQL and PHP.