PDA

View Full Version : php scripts broken not working since server upgrades


digital
03-21-2005, 04:46 PM
Securing our servers and your data is our priority, some changes we make may affect certain php scripts, if your php script suddenly fails to work as it did, please try these fixes.

1. rename the .htaccess file to php.ini which resides in the same directory of the broken php script.

2. create an empty php.ini file and place inside the same directory as the broken php script.

3. edit the php.ini file in the directory of the broken php script and place commands which will overide our system with such commands as

enable_functions = exec

Please contact support@digitalhost.net with your specific issue, providing username, domain name, URL page of error and copy and paste the error into your support email and we will assist further.

* Special Note * If your attempting to setup a program like gallery, don't forget to look in the /home/public_html/gallery/setup folder for another .htaccess file lurking around, just rename it to php.ini

Thankyou.