Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

php.ini and htppd.conf


namid

Recommended Posts

Posted

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

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...