CMS and PHP Applications

CMS and PHP Applications

« Back to Knowledgebase

If you’ve accidentally changed the permissions (CHMOD) to some of your folders / PHP files and are now receiving a “500 Internal Server Error” you can fix this by changing the permissions to the default. …

Topics : CHMOD CMS File Permissions

Post a Comment


You can install PEAR packages by doing the following: Locate the “PHP Pear Packages” option within Control Panel You’ll be prompted with a screen to manage and manipulate your current PEAR extensions.

Topics : Pear PHP PHP Extension and Application Repository

Post a Comment


All our servers have strictly PHP 5 available it is automatically used when you use the .php extension.

Topics : PHP PHP programming language Server

Post a Comment


The PHP interpreter is commonly used in cron jobs to execute php code. All our servers run a dual PHP setup so the common command of php /home/me/public_html/cron.php for example will execute under PHP5. Here …

Topics : Cron Filesystem Hierarchy Standard PHP

Post a Comment


The best way to find the PHP configuration information for the specific server you’re on is to make a phpinfo file. Create a file called phpinfo.php with the following code: phpinfo(); ?> Once you’ve created …

Topics : Cpanel PHP PHP programming language

Post a Comment


If you wish to set the PHP5 to run for a specific directory and only that directory and it’s sub directories it can be done with the following code in a .htaccess <FilesMatch .php> SetHandler …

Topics : Cpanel PHP PHP programming language

Post a Comment


For configuring PHP, Perl or Ruby scripts the MySQL Hostname you should use to connect to the MySQL server is “localhost”. You will also need to make the corresponding database and user to connect to …

Topics : Database Management Localhost SQL Database

Post a Comment


Xoops is a PHP/MySQL Content Manager System. To learn more about Xoops, visithttp://www.xoops.org/. Installation NOTE: Before you attempt to install the Xoops, make sure you read the License Terms shown on the page. Steps Set …

Topics : CMS Cpanel Manual Installation

Post a Comment


phpWiki is a PHP/MySQL Content Manager System. To learn more about phpWiki, visithttp://www.phpwiki.org/. Installation NOTE: Before you attempt to install the phpWiki, make sure you read the License Terms shown on the page. Steps Set …

Topics : CMS Cpanel Manual Installation

Post a Comment


phpBB is a PHP/MySQL Based Bulletin Board. To learn more about phpBB, visithttp://phpbb.com/. Installation NOTE: Before you attempt to install the phpBB, make sure you read the License Terms shown on the page. Steps Set …

Topics : CMS Cpanel Manual Installation

Post a Comment