Jump to content

php.ini configuration for dot.com


Recommended Posts

Hi all -

 

I'm trying to figure out why my directory won't process .php files; I keep getting internal 500 error. This is my first time away from XAMPP and I'm not sure how to configure the file.

 

My php.ini file is displayed below. Any help regarding this would be great!

 

---------------------------------------------------------------------------

register_globals = On

 

zend_extension="/usr/local/IonCube/ioncube_loader_lin_4.4.so"

zend_extension_ts="/usr/local/IonCube/ioncube_loader_lin_4.4_ts.so"

 

[Zend]

zend_optimizer.optimization_level=15

zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3

zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3

zend_optimizer.version=3.3.0

 

 

zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so

zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

Link to comment
https://forums.phpfreaks.com/topic/140544-phpini-configuration-for-dotcom/
Share on other sites

Find out what is causing the error by checking your web server error log.

 

Don't turn on register_globals. They were turned off in php4.2 in the year 2002, almost 7 years ago. There should be no code remaining at this point in time in the year 2009 that still uses register_globals.

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.