namid Posted April 14, 2004 Posted April 14, 2004 php.ini: include_path = "f:\php\includes;C:\Program Files\Apache Group\Apache2\htdocs\catalog;C:\Program Files\Apache Group\Apache2\htdocs\catalog\admin" Are the \catalog and \catalog\admin settings required? Does it matter in which order? Is there maybe a better way for the include paths to be found? htppd.config (Apache 2): Are any specific settings required in this config file? I'm using oscommerce-2.2ms2. Remy
Guest Posted April 14, 2004 Posted April 14, 2004 You normally do not need to change settings in either file to run osCommerce - make sure that 'register_globals' is set to 'on' in php.ini. Leave the PHP include path at its default setting for your installation. In httpd.conf be sure that index.php is listed in the DirectoryIndex. Thats about it! :D Matti
namid Posted April 15, 2004 Author Posted April 15, 2004 Matti, I could only make osCommerce, placed in my Apache document root, work with this setting in php.ini: include_path = ".\;f:\php\includes;C:\Program Files\Apache Group\Apache2\htdocs\" If there is a more elegant way, please let me know! :) Remy
Recommended Posts
Archived
This topic is now archived and is closed to further replies.