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
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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.