1. Database Server
  2. Web Server
  3. Online Store Settings
  4. Finished!

New Installation

This web-based installation routine will correctly setup and configure osCommerce Online Merchant to run on this server.

Please follow the on-screen instructions that will take you through the database server, web server, and store configuration options. If help is needed at any stage, please consult the documentation or seek help at the community support forums.

Step 2: Web Server

The web server takes care of serving the pages of your online store to your guests and customers. The web server parameters make sure the links to the pages point to the correct location.

Web Server

' . osc_draw_input_field('HTTP_WWW_ADDRESS', $www_location, 'class="text"'); ?> The web address to the online store.
' . osc_draw_input_field('DIR_FS_DOCUMENT_ROOT', $dir_fs_www_root, 'class="text"'); ?> The directory where the online store is installed on the server.

  Cancel