osCmax v2.5 User Manual
Results 1 to 2 of 2

OSC & Plesk 7 for windows

This is a discussion on OSC & Plesk 7 for windows within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Just used the auto install with the plesk 7 application vault on a windows server (homepage universe). Great ..except I ...

      
  1. #1
    New Member
    Join Date
    Sep 2004
    Posts
    5
    Rep Power
    0


    Default OSC & Plesk 7 for windows

    Just used the auto install with the plesk 7 application vault on a windows server (homepage universe).
    Great ..except I can't asccess the admin
    All I get is a login for mydomain.biz
    Any ideas???
    Heres the admin/includes/configure.php
    <?php
    // Please, note that all changes in this file will be lost
    // after reconfiguring application by Plesk
    define('HTTP_SERVER', 'http://wildewoodgifts.biz');
    define('HTTP_CATALOG_SERVER', 'http://wildewoodgifts.biz');
    define('HTTPS_CATALOG_SERVER', 'http://wildewoodgifts.biz');
    define('ENABLE_SSL_CATALOG', 'false');
    define('DIR_FS_DOCUMENT_ROOT', 'C:/inetpub/vhosts/wildewoodgifts.biz/httpdocs');
    define('DIR_WS_ADMIN', '/osCommerce/admin/');
    define('DIR_FS_ADMIN', 'C:/inetpub/vhosts/wildewoodgifts.biz/httpdocs/osCommerce/admin');
    define('DIR_WS_CATALOG', '/osCommerce/');
    define('DIR_FS_CATALOG', 'C:/inetpub/vhosts/wildewoodgifts.biz/httpdocs/osCommerce/');
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

    // define our database connection

    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', 'chris');
    define('DB_SERVER_PASSWORD', 'geiger');
    define('DB_DATABASE', 'gifts');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'mysql');
    ?>

  2. #2
    New Member
    Join Date
    Sep 2004
    Posts
    5
    Rep Power
    0


    Default

    Finally my ISP was able to get it working...after much consultation with the people who make the Plesk control panel

Similar Threads

  1. Web server for Windows
    By JohnW in forum osCmax v2 Installation issues
    Replies: 7
    Last Post: 10-27-2005, 07:28 PM
  2. Windows XP back end for osC-MAX v1.7. When?
    By mat123slade in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 01-17-2005, 04:46 PM
  3. OSC and Windows server 2003
    By fablog in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 09-08-2004, 04:53 PM
  4. where to adjust the windows width
    By peter in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 07-31-2003, 08:51 PM
  5. Problems with images on Windows IIS
    By jdiablo in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 06-03-2003, 06:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •