| Welcome to Dotable. Dotable currently hosts more than 15,000 domains for clients in all corners of the globe, so we must be doing something right! Dotable is all about people, and without people Dotable would not be where it is today. We value our clients and work hard with them and for them, so they can achieve their online goals. Our client's success is our success. Dotable's staff has more than 40 years of combined experience in hosting. Our products range from single domain hosting, through to fully managed dedicated servers. We invite you to inspect our products from the links below. We're here to serve you so sing out if you need anything. |
![]() |
| Host one domain | Multiple domains | Reseller accounts | VPS accounts | Dedicated servers | Register domains | Backup space |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Oct 2008
Posts: 631
|
On our new suPHP servers (the ones without the planet names) every account can have its own php.ini file when using PHP5.
To do this create a php.ini file at /home/<username>/php.ini directory with the php.ini configurations you would like to use. Please note that this will not include any default php.ini's that we provide so you will need to load Zend/Ioncube/etc if you need them. Once this is created you will need to put the following in your .htaccess file: Code:
suPHP_ConfigPath /home/<username>/php.ini If you need to add Zend Optimizer / IonCube add the following to the php.ini: Code:
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613" zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.2.so" zend_extension = "/usr/local/Zend/lib/ZendExtensionManager.so" zend_extension_ts = "/usr/local/IonCube/ioncube_loader_lin_5.2_ts.so" zend_extension_ts = "/usr/local/Zend/lib/ZendExtensionManager_TS.so" [Zend] 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.3" |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
|
|||||||